14 lines
197 B
C
14 lines
197 B
C
#ifndef USER_MAIN
|
|
#define USER_MAIN
|
|
|
|
#include "main.h"
|
|
#include "tim.h"
|
|
#include "gpio.h"
|
|
#include "adc.h"
|
|
#include "ethernet.h"
|
|
#include "eem_power.h"
|
|
|
|
void user_setup();
|
|
void user_loop();
|
|
|
|
#endif |