Skip to content

Instantly share code, notes, and snippets.

@SimedruF
Created March 20, 2022 14:13
Show Gist options
  • Save SimedruF/946b6f2f23c5e510691a7930333c68dc to your computer and use it in GitHub Desktop.
Save SimedruF/946b6f2f23c5e510691a7930333c68dc to your computer and use it in GitHub Desktop.
ATTiny85_WindowOpen_platformio.ini
; PlatformIO Project Configuration File
;
; Build options: build flags, source filter
; Upload options: custom upload port, speed and extra flags
; Library options: dependencies, extra library storages
; Advanced options: extra scripting
;
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html
[env:attiny85]
platform = atmelavr
board = digispark-tiny
framework = arduino
upload_protocol = micronucleus
lib_deps =
sui77/rc-switch@^2.6.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment