end2endzone / win32Arduino

win32Arduino is a windows/linux implementation of many arduino functions to allow an arduino library developer to unit test code outside of the arduino platform.
MIT License
2 stars 2 forks source link

Define if `Arduino.h` or `arduino.h` #29

Closed end2endzone closed 6 years ago

end2endzone commented 6 years ago

The current win32Arduino implementation uses arduino.h but existing arduino tutorial and test shows that Arduino.h may be more appropriate.

end2endzone commented 6 years ago

According to the Library Tutorial, the file should be named Arduino.h.

end2endzone commented 6 years ago

Same result according to multiple arduino cores: SAM, AVR and SAMD

end2endzone commented 6 years ago

Fixed in branch make_install.

end2endzone commented 6 years ago

Implemented in 49d994a16948936a36bbbaa0c93a1eec6cc27217