mirror of
https://github.com/eddyem/stm32samples.git
synced 2026-02-28 11:54:30 +03:00
add modbus (not tested yet)
This commit is contained in:
@@ -33,6 +33,9 @@
|
||||
// max number of in/out pins
|
||||
#define INMAX (15)
|
||||
#define OUTMAX (11)
|
||||
// and 8-multiple
|
||||
#define INMAXBYTES (2)
|
||||
#define OUTMAXBYTES (2)
|
||||
|
||||
// onboard LED - PD10
|
||||
#define LEDPORT GPIOD
|
||||
|
||||
Reference in New Issue
Block a user