Separate names with a comma.
Some features disabled for guests. Register Today.
Yes I have speed control as well. Though I don't have an RPM readout on Mach. You will have to play around with the spindle pulley configuration...
FYI, I found this code to work for the Arduino also: #include <Servo.h> Servo esc; int throttlePin = 0; void setup() { esc.attach(9); } void...
Bummer...
There isnt any "files" tab to this open build. On the build page there is only, build, review and discussion. Where the source hex files and...
Has anyone compiled a code set for an Arduino or is the only source code for the PIC chip?
Were would one download the build files for this project. A files pages/link doesn't seem to be available, or at least I cant seem to find it...