add matrix changes for brother ax-130 by sandro proske

This commit is contained in:
interfisch 2023-11-15 08:25:49 +01:00
parent 9ae76d771b
commit ef3917eaee
5 changed files with 17 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@ -9,13 +9,29 @@
; https://docs.platformio.org/page/projectconf.html
[env:genericSTM32F103C8]
[env:BotherAX240]
platform = ststm32
board = genericSTM32F103C8
framework = arduino
build_flags =
-D HAVE_HWSERIAL1
-D BROTHERAX240
upload_protocol = serial
monitor_speed = 9200
[env:BotherAX130]
platform = ststm32
board = genericSTM32F103C8
framework = arduino
build_flags =
-D HAVE_HWSERIAL1
-D BROTHERAX130
-D PIN_COIL_SENSE=PA11
upload_protocol = serial

Binary file not shown.

Binary file not shown.