Files
Last update 7 years 8 months
by
Teivaz
FilesSoftwareLibs | |
---|---|
.. | |
SystemConfig.h | |
nRF24L01.h | |
types.h | |
utils.h |
types.h#ifndef _TYPES_H_ #define _TYPES_H_ #ifndef __cplusplus typedef enum {false = 0, true = !false} bool; #endif #endif /* _TYPES_H_ */