post attiny85: fixes
This commit is contained in:
@@ -32,7 +32,7 @@ Open Arduino IDE and go to File > Preferences and in the field "Additional Board
|
|||||||
```
|
```
|
||||||
https://raw.githubusercontent.com/digistump/arduino-boards-index/master/package_digistump_index.json
|
https://raw.githubusercontent.com/digistump/arduino-boards-index/master/package_digistump_index.json
|
||||||
```
|
```
|
||||||
If you have multiple additional board manager URLs you can separate them with `,`
|
If you have multiple additional board manager URLs you can separate them with a comma: `,`
|
||||||
|
|
||||||
Then in Tools > Board > Boards Manager, search for "digispark" and install "Digistump AVR Boards"
|
Then in Tools > Board > Boards Manager, search for "digispark" and install "Digistump AVR Boards"
|
||||||
|
|
||||||
@@ -63,7 +63,7 @@ void loop() {
|
|||||||
|
|
||||||
(Please note that this payload will work only with a QWERTY layout)
|
(Please note that this payload will work only with a QWERTY layout)
|
||||||
|
|
||||||
You can also find payloads [here](https://github.com/CedArctic/DigiSpark-Scripts) and [here](https://github.com/MTK911/Attiny85)
|
You can also find payloads [here](https://github.com/CedArctic/DigiSpark-Scripts) and [here](https://github.com/MTK911/Attiny85).
|
||||||
|
|
||||||
Then upload the sketch, in the output you should see:
|
Then upload the sketch, in the output you should see:
|
||||||
```
|
```
|
||||||
@@ -71,11 +71,11 @@ Sketch uses 2944 bytes (48%) of program storage space. Maximum is 6012 bytes.
|
|||||||
Global variables use 162 bytes of dynamic memory.
|
Global variables use 162 bytes of dynamic memory.
|
||||||
Running Digispark Uploader...
|
Running Digispark Uploader...
|
||||||
Plug in device now... (will timeout in 60 seconds)
|
Plug in device now... (will timeout in 60 seconds)
|
||||||
> Please plug in the device ...
|
|
||||||
> Press CTRL+C to terminate the program.
|
|
||||||
```
|
```
|
||||||
Plug in your device and you should see:
|
Plug in your device and you should see:
|
||||||
```
|
```
|
||||||
|
> Please plug in the device ...
|
||||||
|
> Press CTRL+C to terminate the program.
|
||||||
> Device is found!
|
> Device is found!
|
||||||
connecting: 16% complete
|
connecting: 16% complete
|
||||||
connecting: 22% complete
|
connecting: 22% complete
|
||||||
|
|||||||
Reference in New Issue
Block a user