Skip to content

Instantly share code, notes, and snippets.

@eduardomarcos
Last active January 12, 2022 21:17
Show Gist options
  • Save eduardomarcos/1c866371d215844b376e1e79033395de to your computer and use it in GitHub Desktop.
Save eduardomarcos/1c866371d215844b376e1e79033395de to your computer and use it in GitHub Desktop.
PlatformIO config for USBTiny Programmer Upload
;For Arduino UNO
[env:uno]
platform = atmelavr
board = uno
framework = arduino
upload_protocol = usbtiny
upload_flags = -e
;For Esp32
[env:esp32doit-devkit-v1]
platform = espressif32
board = esp32doit-devkit-v1
framework = arduino
monitor_speed = 115200
;For Attiny85
[env:attiny85]
platform = atmelavr
board = attiny85
framework = arduino
upload_protocol = usbtiny
upload_flags = -e
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment