3D printed Arduino Airsoft Chronograph
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.

platformio.ini 182B

123456789101112
  1. [platformio]
  2. default_envs = arduino
  3. src_dir = OpenChrono
  4. [env:arduino]
  5. platform = atmelavr
  6. framework = arduino
  7. board = nanoatmega328
  8. lib_deps =
  9. SPI
  10. Wire
  11. olikraus/U8g2@^2.33.4