7 lines
166 B
C
7 lines
166 B
C
#include <stdint.h>
|
|
|
|
#define OSCILLATOR_CALIBRATION 0x76
|
|
// #define STARTING_TIME_MS (uint32_t)6*60*1000 // 6 min
|
|
#define STARTING_TIME_MS (uint32_t)5*1000 // 5 sec
|
|
|