aboutsummaryrefslogtreecommitdiff
path: root/teensy
diff options
context:
space:
mode:
Diffstat (limited to 'teensy')
-rw-r--r--teensy/teensy.h2
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_