ErickSimoes / Ultrasonic

Minimalist library for Ultrasonic Module HC-SR04, PING))) and Seeed SEN136B5B to Arduino
MIT License
137 stars 65 forks source link

Consider removing compatibility for the old Arduino API #6

Closed ErickSimoes closed 7 years ago

ErickSimoes commented 7 years ago

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.