attiny_servo by anthony.ollerton

Cloned from Example SerialServo in SoftwareServo

Attiny servo control with two buttons, hold one to increase and hold the other to decrease.
I needed a compact servo signal output to control a brushless ESC. Uses the Softwareserial library and works best with 8 Mhz clock. Dont forget to burn the bootloader! (took my two days to figure that one out)

Embed This Sketch

Use the following HTML code to embed the sketch code above in your blog or website.

<iframe style="height: 510px; width: 100%; margin: 10px 0 10px;" allowTransparency="true" src="https://codebender.cc/embed/sketch:339347" frameborder="0"></iframe>

Embed The Serial Monitor

You can also embed the Serial Monitor section! Just use this HTML code.

<iframe style="height: 510px; width: 100%; margin: 10px 0 10px;" allowTransparency="true" src="https://codebender.cc/embed/serialmonitor" frameborder="0"></iframe>