Hi, I was trying to save myself some work and copied the file that I had editted in PIO and used that in Arduino IDE. I have now started again and re-editted the src file. I’ve also found some time during the day, which also helps!
I hope I’m nearly there, however…
It gives me a message saying it has “done uploading” but it also seems to be looking for libraries in the wrong places. Here is the last few lines of the debug window:-
Using library Wire at version 1.0 in folder: C:\Program Files (x86)\Arduino\hardware\arduino\avr\libraries\Wire
Using library SPI at version 1.0 in folder: C:\Program Files (x86)\Arduino\hardware\arduino\avr\libraries\SPI
Using library OneWire at version 2.3.5 in folder: C:\Users\Patday\Dropbox\OEM\Software\libraries\OneWire
Using library EEPROM at version 2.0 in folder: C:\Program Files (x86)\Arduino\hardware\arduino\avr\libraries\EEPROM
"C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-size" -A "C:\\Users\\Patday\\AppData\\Local\\Temp\\arduino_build_887584/src.ino.elf"
Sketch uses 21916 bytes (67%) of program storage space. Maximum is 32256 bytes.
Global variables use 944 bytes (46%) of dynamic memory, leaving 1104 bytes for local variables. Maximum is 2048 bytes.
Invalid library found in C:\Users\Patday\Dropbox\OEM\Software\libraries\libraries: no headers files (.h) found in C:\Users\Patday\Dropbox\OEM\Software\libraries\libraries
Invalid library found in C:\Users\Patday\Dropbox\OEM\Software\libraries\libraries: no headers files (.h) found in C:\Users\Patday\Dropbox\OEM\Software\libraries\libraries
The last two lines indicate that it is looking for .h files in …\software\libraries\libraries however it was set to look in …\software for its libraries. This being confirmed a few lines earlier when it finds the OneWire in …\software\libraries\OneWire.
Can you help please?