Last seen: 2021-11-11 4:14 am
In the early days we used varnished wood for chassis for radio kits. I've sprayed varnish on card stock and used it to build electronic components. Pl...
On Amazon search plastic boxes and then select the department of Industrial and Scientific. It will give you some possibilities. Digikey Mous...
Hi Tigs, "It also means that in an array with ten elements, index nine is the last element. " Therefore you need Float tempSensor(5...
You are not declaring tempSensor as an array. you need something like float tempSensor(6) // Note the first element in an array is always 0. Yo...
@dronebot-workshop Bill, Thank you so much. I have re-watched that segment of the video and re-read the article. Your videos & articles on...
@dronebot-workshopThanks! Sorry I didn't read the code submittal post first. So as I understand the first part is CSS and the second part is ...
Howdy! I did my first programming in 1966 on an IBM 1130 in college and then again professionally in 1968. Spent time in the airforce repairing avio...