issues
search
Luxmart-GitHub
/
luxmart-attiny85
0
stars
0
forks
source link
Implement reset button support
#2
Open
dmikushin
opened
1 year ago
dmikushin
commented
1 year ago
Solder reset button instead of a useless 78M05
Connect reset button to GND and free ATTiny85 pin
Implement signal callback from ATTiny85 to UART in case of long button press
dmikushin
commented
1 year ago
Long button press shall trigger
button = true
in ATTiny85 firmware
b
command shall return the button status as
b0
or
b1
and set
button = false