Test procedures

petelake

New member
test procedures
If I want to perform a test, I have an .ino file in that folder.
for example (... Desktop ardumower-1.0a7-Azurit ardumower-1.0a7-Azurit code tests rtc ---> rtc.ino)
Am I correct that you open this .ino sketch in the arduino ide and then upload it to the arduino (in my case Due)?
The ardumower sketch is therefore replaced at that moment by the test sketch, the results of which can then be read in the serial monitor.
If everything is ok, the ardumower sketch must then be placed back on the board.
Have I understood that correctly?
I'm a bit afraid to change the software again and again ...

Thanks, Peter
 
Yes it's work like that.
Each time you upload a sketch into the DUE it replace the old one
No problem to upload as many time you want. (maybe more than 200 times in my case and the DUE like that :p )

By.
 
Oben