]> www.average.org Git - pulsecounter.git/blobdiff - Hal/Hal.h
pass its id to the handler
[pulsecounter.git] / Hal / Hal.h
index cee0483a3128f243d89bcac4a9a65f5337cc26ad..9af8ec811cc1745daca6aedcb13f449177cc4935 100644 (file)
--- a/Hal/Hal.h
+++ b/Hal/Hal.h
@@ -26,9 +26,7 @@
 extern "C" {
 #endif
 
 extern "C" {
 #endif
 
-extern int32_t buttonCnt;
-
-typedef void (*Hal_Handler)(void);
+typedef void (*Hal_Handler)(uint8_t id);
 
 /**
  * --------- Hal_buttonEnable ---------
 
 /**
  * --------- Hal_buttonEnable ---------
@@ -49,7 +47,7 @@ typedef void (*Hal_Handler)(void);
  *   BUTTON interrupt enabled
  *
  **/
  *   BUTTON interrupt enabled
  *
  **/
-extern void Hal_buttonEnable(Hal_Handler handler);
+extern void Hal_buttonEnable(void (*handler)(void));
 /**
  * --------- Hal_connected ---------
  *
 /**
  * --------- Hal_connected ---------
  *
@@ -294,6 +292,7 @@ extern void Hal_redLedToggle(void);
  *
  **/
 extern void Hal_tickStart(uint16_t msecs, Hal_Handler Handler);
  *
  **/
 extern void Hal_tickStart(uint16_t msecs, Hal_Handler Handler);
+extern void Hal_tickStop(void);
 
 #ifdef __cplusplus
 }
 
 #ifdef __cplusplus
 }