Non-conflicting names
Using this library in a file along with iostream caused a compilation error. The “#define min” line in RF24_config.h overrode a function by the same name used in a file included by iostream. Renamed to avoid this issue.
Showing
Please register or sign in to comment