first interrupt wakeup
This commit is contained in:
@ -76,7 +76,7 @@ Hardware: FT232 USB-UART adapter connected to UPDI with a 4.7 kΩ resistor.
|
||||
```
|
||||
4. Flash using pymcuprog:
|
||||
```bash
|
||||
pymcuprog -t uart -u /dev/ttyUSB0 -d attiny202 write -f build/main.hex
|
||||
pymcuprog -t uart -u /dev/ttyUSB0 -d attiny202 erase && pymcuprog -t uart -u /dev/ttyUSB0 -d attiny202 write -f build/main.hex
|
||||
```
|
||||
## Hardware Setup (FT232 → ATtiny202 UPDI)
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user