add modbus (not tested yet)

This commit is contained in:
2024-09-19 17:32:05 +03:00
parent bdbd7d68d9
commit 22a205001a
22 changed files with 1030 additions and 118 deletions

View File

@@ -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