From: Marcin C. <sa...@sa...> - 2012-01-15 18:52:12
|
>> Robert Epprecht <epp...@so...> wrote: > Does amforth set up a timer to measure time or do I have to do that by > hand? I need a word similar to arduino micros() to keep track of time. > Has somebody already written that? 1ms ( is wait one microsecond ) n ms ( wait n microseconds) ) > btw: What hw initialization (like timers, setting up i/o pins and the > like) does amforth do, if any? Not much, it sets up interrupt handlers and uses serial port in a pretty simple way to communicate with the user. //Marcin |