Closed end2endzone closed 6 years ago
The current win32Arduino implementation uses arduino.h but existing arduino tutorial and test shows that Arduino.h may be more appropriate.
arduino.h
Arduino.h
According to the Library Tutorial, the file should be named Arduino.h.
Same result according to multiple arduino cores: SAM, AVR and SAMD
Fixed in branch make_install.
make_install
Implemented in 49d994a16948936a36bbbaa0c93a1eec6cc27217
The current win32Arduino implementation uses
arduino.h
but existing arduino tutorial and test shows thatArduino.h
may be more appropriate.