blob: 54761bc13635d595e8c779f8093cd833b1776724 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
[platformio]
build_dir = build
[env:leonardo]
platform = atmelavr
#board = leonardo
board = leonardo-xinput
framework = arduino
lib_deps =
https://github.com/rfetick/MPU6050_light
https://github.com/dmadison/ArduinoXInput
src_build_flags =
-Wextra
-Wpedantic
-Wshadow
-Wcast-align
-Wunused
-Wold-style-cast
-Wconversion
-pedantic
|