9 lines
137 B
C
9 lines
137 B
C
#ifndef _MBUSCOMM_H_
|
|
#define _MBUSCOMM_H_
|
|
|
|
#include <stdint.h>
|
|
|
|
void mbusCommRequest(uint8_t cmd, uint8_t addr);
|
|
|
|
#endif // _MBUSCOMM_H_
|