Do you have a question about the adafruit learning system Trinket and is the answer not in the manual?
Microcontroller | ATtiny85 |
---|---|
Operating Voltage | 5V |
Clock Speed | 8 MHz |
SRAM | 512B |
Digital I/O Pins | 5 |
EEPROM | 512B |
Width | 15mm |
Step-by-step instructions on entering bootloader mode.
Quick method to download and install a pre-configured Arduino IDE.
Initial step of installing the Arduino IDE software for manual setup.
Guides on adding ATtiny85 board support to the Arduino IDE.
Instructions for updating the avrdude.conf file for better compatibility.
Explains using pinMode, digitalWrite, and digitalRead for digital I/O.
Details how to read analog voltage inputs using analogRead.
Describes using analogWrite for PWM outputs to control LEDs.
Quick method to update avrdude.conf for AVRdude programming.
Manual method to edit and update the avrdude.conf file.