Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 373 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 373 Bytes

ATtiny13 - tiny library and example projects

  1. Blinking LED (delay function)
  2. Blinking RGB LED
  3. Circular LED
  4. Using PCINT to on/off the LED
  5. Fading LED (Hardware PWM)
  6. Reading switch
  7. Reading variable resistor
  8. Fading LED (Software PWM)
  9. Software UART to control LED on/off
  10. Software UART "parrot"
  11. Binking LED (timer)
  12. Blinking LED (watchdog)