platformio.ini 581 B

12345678910111213141516171819
  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. board = nanoatmega328
  13. framework = arduino
  14. lib_deps =
  15. evert-arias/EasyButton@^2.0.1
  16. olikraus/U8g2@^2.33.11
  17. br3ttb/PID@^1.2.1
  18. zhenek-kreker/MAX6675 with hardware SPI@^1.0.0