modified code for different hardware version

This commit is contained in:
2021-03-19 13:49:53 +01:00
parent 9bdd68a8ae
commit 6094e47b15
9 changed files with 707 additions and 33 deletions

View File

@@ -10,19 +10,11 @@
[env:nucleo_l031K6]
platform = ststm32
board = nucleo_l031K6
board = STM32L031K6
framework = arduino
upload_port = stlink
debug_tool = stlink
boards_dir = boards
; [env:native]
; platform = native
; build_flags =
; -std=gnu++11
; -D UNIT_TEST
; lib_deps =
; ArduinoFake