123456789101112131415161718192021222324 |
- ; 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:nanoatmega328]
- platform = atmelavr
- board = nanoatmega328new
- board_build.f_cpu = 16000000L
- framework = arduino
- lib_deps = https://git.sweproj.com/IHOLL/EasyNextionLibrary.git#master
- https://github.com/adafruit/Adafruit_MCP4725
- https://github.com/stevemarple/MCP342x
-
- upload_port = /dev/ttyUSB0
- monitor_port = /dev/ttyUSB0
- monitor_speed = 38400
|