26 lines
810 B
INI
26 lines
810 B
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:uno]
|
|
platform = atmelavr
|
|
board = atmega328pb
|
|
build_flags = -D SERIAL_PORT_HARDWARE=Serial
|
|
framework = arduino
|
|
upload_flags = -F
|
|
monitor_port = /dev/serial/by-id/usb-FTDI_TTL232R_FTF48YOZ-if00-port0
|
|
upload_port = /dev/serial/by-id/usb-FTDI_TTL232R_FTF48YOZ-if00-port0
|
|
targets = upload, monitor
|
|
monitor_speed = 115200
|
|
lib_deps =
|
|
Wire
|
|
arduino-libraries/ArduinoRS485@^1.0.0
|
|
fastled/FastLED@^3.4.0
|
|
https://github.com/yoshitake-hamano/PN532
|