tm1637 signs of life, terminal builtin cmds
[cortex-from-scratch] / include / drivers / tm1637.h
1 #ifndef __TM1637_H
2 #define __TM1637_H
3
4 extern void tm1637_init();
5 extern void tm1637_start();
6 extern void tm1637_stop();
7
8 #endif