-
1Step 1
Compiler and burn instructions
===========================
Need AVR Toolchain (avrdude and avr-gcc)
To compile: make inside folder
To compile and burn: make flash
If you want only burn the HEX file:
avrdude -c usbasp -p t13 -U flash:w:mugTiny13.hex:i
Where usbasp is your ISP programmer and t13 is ATtiny13ACode and HEX Download: https://github.com/naldin/mug
-
2Step 2
Use Instructions
==============
- First click, motor always on.
- Second click, motor turn on every 30 seconds for 5 seconds.
- Third click, motor turn on every 1 minute for 5 seconds.
- Fourth click, motor turn on every 1 minute and 30 seconds for 5 seconds.
- Last click, motor turn on 2 seconds and turn off the system.Video of operation
================
Discussions
Become a Hackaday.io Member
Create an account to leave a comment. Already have an account? Log In.