platformio.ini 207 Bytes
Newer Older
1 2 3 4 5 6 7 8 9
[env:bluepill_f103c8]
platform = ststm32
framework = arduino
board = bluepill_f103c8_128k
upload_protocol = jlink
build_flags = -O2
    -D NUM_ANALOG_INPUTS=10
    -D NUM_ANALOG_FIRST=20
build_unflags = -Os