ATtiny85 Interrupt Barebones Example 1

ATtiny85 Interrupt Barebones Example

This example code and simple wiring demonstrated how to setup an AVR ATtiny85 processor to react to external interrupts. Whenever the voltage changes on the chosen input pin (pin 6 / PB1), it executes the interrupt service routine (ISR), checks the current voltage, and sets the output pin (pin 3 / PB4) to match. This […]

ATtiny85 Interrupt Barebones Example Read More »