Heartbeat for ATtiny85 by Theomachist

Cloned from Sketch Heartbeat by Theomachist

This sketch is missing a short description
Adapted from code found at several forums and small bits of the ArduinoISP sketch, this program causes an LED on pin A0 to pulse like a heartbeat. An effective, easy to implement method of verifying that your loop() is still active. Also very effective for demonstrating that your ATmega### is still alive if you're as bored of "Blink" as I am.

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:138354" 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>