Created
March 20, 2022 14:13
-
-
Save SimedruF/946b6f2f23c5e510691a7930333c68dc to your computer and use it in GitHub Desktop.
ATTiny85_WindowOpen_platformio.ini
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; 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