Support #669
Add Support for Adafruit Trinket in Arduino IDE
Description
I recently installed the Arduino IDE and found that I was unable to access the Trinket to play with. This is how I added support for the Trinket.
- Open the Arduino IDE and go to File -> Preferences
- In the Additional Board Manager URLs add the following then click OK:
https://adafruit.github.io/arduino-board-index/package_adafruit_index.json
- Next go to Tools -> Board -> Board Manager and install the Adafruit AVR Board support package
NOTE: Currently the Trinket driver doesn't work on Linux. The person here writes that they are able to connect avrdude to Ubuntu. I had no such luck on my Arch box.
Resources¶
- https://learn.adafruit.com/introducing-trinket/introduction
- https://learn.adafruit.com/introducing-trinket/setting-up-with-arduino-ide
- https://github.com/arduino/Arduino/wiki/Unofficial-list-of-3rd-party-boards-support-urls#list-of-3rd-party-boards-support-urls
- http://andijcr.github.io/blog/2014/07/31/notes-on-trinket-on-ubuntu-14.04/