Created
August 13, 2015 03:30
-
-
Save AdySan/6b3ae2965b252e0c5707 to your computer and use it in GitHub Desktop.
Fix Arduino 1.6.5 to work with Digispark
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
chmod +x /Users/maurizio_bollini/Library/Arduino15/packages/digistump/tools/micronucleus/2.0a4/launcher | |
chmod +x /Users/maurizio_bollini/Library/Arduino15/packages/digistump/tools/micronucleus/2.0a4/micronucleus |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Found this here http://digistump.com/board/index.php/topic,1813.0.html
I got a cheap Digispark (ATTiny85) clone from AliExpress, but the USB uploads were'n working. I found that the Arduino 1.6.5 package for Mac had some issues as explained in the above link.