Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
daniszewski committed Dec 27, 2022
2 parents 896d667 + 3eca8d8 commit e4cb419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ DigiSpark USB or other compatible ATtiny85 boards equiped with USB.
- PlatformIO to c:\Users\<profile>\.platformio\packages\framework-arduino-avr-digistump\libraries\DigisparkKeyboard
2. compile and upload sketch from src\Digispark_keyboard\ to the device
- open the *.ino file using Arduino IDE with installed Digistump/Digispark boards
- in case of VSCode+PlatformIO you need to install the board and create new project, then put the *.ino file in its src folder
- in case of VSCode+PlatformIO you need to open the project folder in VSCode. PlatformIO should install the needed components automatically.
3. use Visual Studio 2022 Community to compile the tool WinDigiPass. This application is used to put passwords into the device.
4. by default the sketch is using only 2 pins for buttons: 0 and 2. Both should be pulled down to the ground using some resistor (2kOhm+). The switches should be connected to VCC.

Expand Down

0 comments on commit e4cb419

Please sign in to comment.