oled 1.0
OLED Graphics Control Library
Loading...
Searching...
No Matches
STRING_macros.h
Go to the documentation of this file.
1
26
27#ifndef STRING_MACROS_H_
28#define STRING_MACROS_H_
29
43 #ifndef _STR2
44 #define _STR2(x) #x
45 #endif
46
67 #ifndef _STR
68 #define _STR(x) _STR2(x)
69 #endif
70
71#endif /* STRING_MACROS_H_ */