diff options
Diffstat (limited to 'src/drivers/ao_button.h')
-rw-r--r-- | src/drivers/ao_button.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/drivers/ao_button.h b/src/drivers/ao_button.h index fe5b590e..601472f9 100644 --- a/src/drivers/ao_button.h +++ b/src/drivers/ao_button.h @@ -19,6 +19,9 @@ #ifndef _AO_BUTTON_H_ #define _AO_BUTTON_H_ +uint8_t +ao_button_get(uint8_t b); + void ao_button_init(void); |