1
0
mirror of synced 2024-05-28 04:00:03 +02:00
avr_demo/adxl335/main.h

3 lines
137 B
C
Raw Normal View History

static void init(void);
uint8_t main(void);
int64_t map(int64_t value, int64_t in_min, int64_t in_max, int64_t out_min, int64_t out_max);