X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=src%2Fdrivers%2Fao_button.h;fp=src%2Fdrivers%2Fao_button.h;h=601472f93411dc516055134541a670c3d22de775;hp=fe5b590e3b9ea6cded2abcc9ec8a55a54573fd85;hb=be84201495fa3cabd699012e57e797355e2bd792;hpb=a6701283af7ed2b3016a910d6edbe4a5e8304581 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);