Skip to content

glucee/attiny85_platformio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Attiny85 Platformio Implementation

Prepare

  1. Attiny85
  2. Tiny AVR Programmer, you could buy one from this website

Getting Started

  1. You could connect Attiny85 to a Tiny AVR Programmer according to this website

  2. You need to install platformio before using the code. However, it is easier to change the code to compatiable with Arduino IDE. The configuration for Attiny85 is:

[env:attiny]
platform = atmelavr
framework = arduino
upload_protocol = usbtiny
board = attiny85
  1. You can use:
make (all): to compile the firmware
make upload: to upload to your device
make clean: clean the project
make update: to update all the libraries

Or you could use Visual Studio Code to compile and upload it.

Licence

MIT

About

Attiny Usage in Platformio Enviorment

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published