X-Git-Url: https://robinkrens.nl/gitweb/?p=cortex-from-scratch;a=blobdiff_plain;f=include%2Fdrivers%2Ftm1637.h;h=4ad572aa1ffcff3fc741422a598e4216444e17f2;hp=319d5c5514a7140c46a977046c518620d58ca254;hb=094f4defd7ee3b672f9c690f57125893a64901c8;hpb=d35408aabe7ea757d406bf8a7dba669ee8736bd5 diff --git a/include/drivers/tm1637.h b/include/drivers/tm1637.h index 319d5c5..4ad572a 100644 --- a/include/drivers/tm1637.h +++ b/include/drivers/tm1637.h @@ -2,5 +2,7 @@ #define __TM1637_H extern void tm1637_init(); +extern void tm1637_start(); +extern void tm1637_stop(); #endif