ringbuffer and tests
This commit is contained in:
8
cube/User/Inc/mbusComm.h
Normal file
8
cube/User/Inc/mbusComm.h
Normal file
@ -0,0 +1,8 @@
|
||||
#ifndef _MBUSCOMM_H_
|
||||
#define _MBUSCOMM_H_
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
void mbusCommRequest(uint8_t cmd, uint8_t addr);
|
||||
|
||||
#endif // _MBUSCOMM_H_
|
Reference in New Issue
Block a user