We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b30eb3d commit a6db6ffCopy full SHA for a6db6ff
examples/Digispark_Examples/NoIDEBlink/README.md
@@ -1,8 +1,13 @@
1
## Digispark Development sans Arduino IDE
2
3
-In the top level directory, as slightly modified Arduino.mk has been added.
+In the top level directory, a slightly modified Arduino.mk has been added.
4
Include this in the user Makefile and you can compile and upload for Digispark from the command line:
5
6
+ $> git clone https://github.com/christopherpoole/DigisparkArduinoIntegration.git
7
+ $> DigisparkArduinoIntegration/examples/Digispark_Examples/NoIDEBlink/
8
$> make
9
$> sudo make dsupload
10
+ micronucleus --run build-cli/main.hex
11
+ > Please plug in the device ...
12
+ > Press CTRL+C to terminate the program
13
0 commit comments