Created
May 15, 2022 06:58
-
-
Save SimedruF/c3a435e5f7d504460a42b48f8bb57c85 to your computer and use it in GitHub Desktop.
platformio_arduino_nano_every.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:nano_every] | |
platform = atmelmegaavr | |
board = nano_every | |
board_build.mcu = atmega4809 | |
board_build.f_cpu = 16000000L | |
framework = arduino | |
monitor_speed = 115200 | |
lib_deps = | |
arduino-libraries/Servo@^1.1.8 | |
adafruit/RTClib@^2.0.2 | |
adafruit/Adafruit BusIO@^1.11.6 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment