script to encode a payload
This commit is contained in:
@@ -9,4 +9,10 @@ cat payload.duck | python encoder.py -p -l fr > payload.bin
|
||||
python3 duck2spark.py -i payload.bin -l 1 -f 1000 -o payload.ino
|
||||
rm payload.bin
|
||||
```
|
||||
|
||||
Or with the script (replace payload with the name of the payload and fr with the layout):
|
||||
```bash
|
||||
./encode.sh payload fr
|
||||
```
|
||||
|
||||
Then flash your Digispark Attiny85 using arduino IDE.
|
||||
|
||||
Reference in New Issue
Block a user