Consider removing compatibility for the old Arduino API
ErickSimoes opened this issue · 0 comments
ErickSimoes commented
The excerpt present at the beginning of the archives .h
e .cpp
:
#if (ARDUINO >= 100)
#include "Arduino.h"
#else
#include "WProgram.h"
#endif
can be removed.