>> Robert Epprecht <eppre...@solnet.ch> 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


------------------------------------------------------------------------------
RSA(R) Conference 2012
Mar 27 - Feb 2
Save $400 by Jan. 27
Register now!
http://p.sf.net/sfu/rsa-sfdev2dev2
_______________________________________________
Amforth-devel mailing list for http://amforth.sf.net/
Amforth-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amforth-devel

Reply via email to