Files
MoonshineOS/MSOS_ESP/main/button.c
T
2026-07-31 21:28:28 +08:00

48 lines
446 B
C

#include "button.h"
#include "esp_timer.h"
void button_init(void)
{
}
void button_set_pass(struct button *b)
{
}
void button_set_longpass(struct button *b)
{
}
char button_pass(struct button *b)
{
return 0;
}
char button_pass_(struct button *b)
{
return 0;
}
char button_longpass(struct button *b)
{
return 0;
}
void button_reset(struct button *b)
{
}
void button_updata(struct button *b, char a)
{
}