The arduino nano portion of the project
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
518 B

5 years ago
  1. ; PlatformIO Project Configuration File
  2. ;
  3. ; Build options: build flags, source filter
  4. ; Upload options: custom upload port, speed and extra flags
  5. ; Library options: dependencies, extra library storages
  6. ; Advanced options: extra scripting
  7. ;
  8. ; Please visit documentation for the other options and examples
  9. ; https://docs.platformio.org/page/projectconf.html
  10. [env:nanoatmega328]
  11. platform = atmelavr
  12. ; lib_extra_dirs = ~/Documents/Arduino/libraries
  13. board = nanoatmega328
  14. framework = arduino
  15. monitor_speed = 115200