Files
capacitance-lcd-driver/main/upper_app.h

7 lines
75 B
C

#ifndef UPPER_APP_H
#define UPPER_APP_H
void upper_app_run(void);
#endif