add button function

This commit is contained in:
Harald Pichler 2016-12-06 21:36:22 +01:00
parent 353cfe723c
commit 16e6a20b31
2 changed files with 2 additions and 6 deletions

View file

@ -61,6 +61,7 @@ void mcu_sleep_set(uint8_t value);
extern void loop (void);
extern void setup (void);
extern void arduino_init (void);
extern void button (void);
extern struct process arduino_sketch;