Scott Goldthwaite
Scott Goldthwaite
I have a suggestion for a feature - when exporting an STL, check to see if the object is a solid. If not, let the user know. I frequently run...
I'd like to see an option when you initialize a button you can enable the internal pull-up resistor. Something like Button MyPushButton = Button(9, LOW, true); Where the 3rd parameter...
I created a file in Sketchup and exported it as an SVG file. When I open it in MakerCAM and zoom in on my part, MakerCAM crashes. It just shuts...
For the MDI command text box, I think the following features would be useful. - After you click send, the text box is cleared - While in the text box,...
My transmitter is running off a battery, so I want to minimize power consumption. I have a library to put my Arduino to sleep for 8 seconds at a time....
What is the 100 represent in this code? ELECHOUSE_cc1101.SendData(transmitt_byte, 11, 100);