tm1637 signs of life, terminal builtin cmds
[cortex-from-scratch] / include / drivers / tm1637.h
index 319d5c5..4ad572a 100644 (file)
@@ -2,5 +2,7 @@
 #define __TM1637_H
 
 extern void tm1637_init();
+extern void tm1637_start();
+extern void tm1637_stop();
 
 #endif