ringbuffer and tests

This commit is contained in:
2020-10-28 19:40:08 +01:00
parent 73239f4436
commit b8e676299a
12 changed files with 520 additions and 72 deletions

8
cube/User/Inc/mbusComm.h Normal file
View 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_