philburk / pforth

Portable Forth in C
BSD Zero Clause License
597 stars 98 forks source link

Implement (MSEC) using usleep() #125

Closed philburk closed 1 year ago

philburk commented 1 year ago

Use Sleep() on Windows. Need platform specific code for embedded systems.

Check to see is (SLEEP) is implemented. If not then use old busy loop code.

Fixes #112