SimpleFOClibrary  2.1
time_utils.h
Go to the documentation of this file.
1 #ifndef TIME_UTILS_H
2 #define TIME_UTILS_H
3 
4 #include "foc_utils.h"
5 
13 void _delay(unsigned long ms);
14 
19 unsigned long _micros();
20 
21 
22 #endif
_micros
unsigned long _micros()
Definition: time_utils.cpp:21
_delay
void _delay(unsigned long ms)
Definition: time_utils.cpp:5
foc_utils.h