luisllamasbinaburo / Arduino-I2CScanner

Librería de Arduino que implementa un Scanner de dispositivos I2C
https://www.luisllamas.es/libreria-de-arduino-i2cscanner
Apache License 2.0
13 stars 3 forks source link

Case sensitivity #include "Arduino.h" #1

Closed schlasim closed 5 years ago

schlasim commented 5 years ago

I think the A in #include "Arduino.h" should be an uppercase letter. In my case I had to change this, to make the code compile.

luisllamasbinaburo commented 5 years ago

Ok, maybe it's a Arduino IDE behavior (I never use Arduino IDE). Anyway, I fixed. Thanks!

schlasim commented 5 years ago

Thank you!