8 lines
106 B
C
8 lines
106 B
C
#ifndef UTILS_H
|
|
#define UTILS_H
|
|
|
|
#include "mystd.h"
|
|
|
|
void delay_ms(uint16_t count);
|
|
|
|
#endif /* UTILS_H */
|