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.
123456789101112 |
- [platformio]
- default_envs = arduino
- src_dir = OpenChrono
-
- [env:arduino]
- platform = atmelavr
- framework = arduino
- board = nanoatmega328
- lib_deps =
- SPI
- Wire
- olikraus/U8g2@^2.33.4
|