work on Qt GUI, still not working properly
This commit is contained in:
@ -9,6 +9,10 @@
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
void _delay_ms(uint8_t ms);
|
||||
|
||||
#define ACCURATE_DELAY_US
|
||||
@ -44,5 +48,10 @@ char* u32str(uint32_t x, char* buf, uint8_t base);
|
||||
#define TURN_OFF() P3_2 = 0
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* SRC_UTILS_H_ */
|
||||
|
||||
|
Reference in New Issue
Block a user