X-Git-Url: https://robinkrens.nl/gitweb/?a=blobdiff_plain;f=include%2Fdrivers%2Ftm1637.h;fp=include%2Fdrivers%2Ftm1637.h;h=4ad572aa1ffcff3fc741422a598e4216444e17f2;hb=094f4defd7ee3b672f9c690f57125893a64901c8;hp=319d5c5514a7140c46a977046c518620d58ca254;hpb=d35408aabe7ea757d406bf8a7dba669ee8736bd5;p=cortex-from-scratch 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