diff options
Diffstat (limited to 'teensy/teensy.h')
| -rw-r--r-- | teensy/teensy.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/teensy/teensy.h b/teensy/teensy.h index fe3b973..372fc52 100644 --- a/teensy/teensy.h +++ b/teensy/teensy.h @@ -106,4 +106,6 @@ void ty_draw_line( ); void ty_draw_end(void); +void ty_sleep(uint64_t ms); + #endif // TEENSY_H_ |
