Skip to content

Commit a6db6ff

Browse files
added more detailed instructions
1 parent b30eb3d commit a6db6ff

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed
Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
## Digispark Development sans Arduino IDE
22

3-
In the top level directory, as slightly modified Arduino.mk has been added.
3+
In the top level directory, a slightly modified Arduino.mk has been added.
44
Include this in the user Makefile and you can compile and upload for Digispark from the command line:
55

6+
$> git clone https://github.com/christopherpoole/DigisparkArduinoIntegration.git
7+
$> DigisparkArduinoIntegration/examples/Digispark_Examples/NoIDEBlink/
68
$> make
79
$> sudo make dsupload
10+
micronucleus --run build-cli/main.hex
11+
> Please plug in the device ...
12+
> Press CTRL+C to terminate the program
813

0 commit comments

Comments
 (0)