feat: add mimiclaw onboarding page.
Signed-off-by: Bo <boironic@gmail.com>
This commit is contained in:
16
main/buttons/button_driver.h
Normal file
16
main/buttons/button_driver.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#ifndef BUTTON_BSP_H
|
||||
#define BUTTON_BSP_H
|
||||
#include <stdio.h>
|
||||
#include <stdbool.h>
|
||||
#include "buttons/multi_button.h"
|
||||
|
||||
|
||||
#define BOOT_KEY_PIN 0
|
||||
|
||||
#define Button_PIN1 BOOT_KEY_PIN
|
||||
|
||||
extern PressEvent BOOT_KEY_State;
|
||||
|
||||
void button_Init(void);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user