mathertel / Radio

An Arduino library to control FM radio chips like SI4703, SI4705, RDA5807M, TEA5767.
http://mathertel.github.io/Radio
BSD 3-Clause "New" or "Revised" License
300 stars 91 forks source link

Case issues in the code #11

Closed mantielero closed 7 years ago

mantielero commented 7 years ago

It seems that within many .cpp and .h files there are issues with the case under Linux. In many places, the code refers to "arduino.h" when it should refer to "Arduino.h". The same occurs when it refers to "RADIO.h"; it should refer to "radio.h".

mathertel commented 7 years ago

I changed what I found. I am not working with Linux so I dons fall over this. BTW: you can send me pull requests :-).