Files
thesis_bldc_controller/Examples/NeoPixel Example/Timer.h
Nicolas Trimborn 312768d2cf commiting examples
2021-07-26 10:32:22 +02:00

16 lines
186 B
C

/*
* Timer.h
*
* Created: 08/03/2018 10.50.09
* Author: Luca
*/
#ifndef TIMER_H_
#define TIMER_H_
extern volatile int frame_time;
void Timer_init(void);
#endif /* TIMER_H_ */