receiving

This commit is contained in:
2020-11-02 15:41:07 +01:00
parent 7ec5d0ba35
commit ed02d75f45
3 changed files with 40 additions and 5 deletions

View File

@ -6,5 +6,6 @@
void mbusCommRequest(uint8_t cmd, uint8_t addr);
void mbusCommTxCpltCallback(UART_HandleTypeDef *huart);
void mbusCommRxCpltCallback(UART_HandleTypeDef *huart);
#endif // _MBUSCOMM_H_