robertoostenveld / arduino

Arduino electronics hacking
http://robertoostenveld.nl/category/arduino/
202 stars 96 forks source link

Fix compilation on unix systems: include string.h #9

Closed duststorm closed 5 years ago

duststorm commented 5 years ago

For correctness, al includes #include <String.h> should become #include <string.h> with small letter s

robertoostenveld commented 5 years ago

thanks! I fixed it in all sketches