platformio.ini 549 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:uno]
  11. platform = atmelavr
  12. board = uno
  13. framework = arduino
  14. monitor_speed = 1000000
  15. board_build.f_cpu = 16000000L
  16. lib_deps =
  17. hideakitai/MPU9250@^0.2.3
  18. martinl1/BMP280_DEV@^1.0.18