meterbus state machine

This commit is contained in:
Wolfgang Hottgenroth 2020-11-02 19:44:47 +01:00
parent 545fe203df
commit 8f81672266
Signed by: wn
GPG Key ID: 6C1E5E531E0D5D7F

View File

@ -25,6 +25,7 @@ void my_errorHandler() {
}
void helloMeterbus(void *handle) {
logMsg("*** NEW REQUEST ***");
mbusCommRequest(0x5b, 80);
// static char msg[] = "Hello";
// HAL_UART_Transmit_IT(&mbusUart, &msg, strlen(msg));