48 lines
446 B
C
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)
|
|
{
|
|
|
|
}
|