chore: rewrite to modbus rtu
This commit is contained in:
9
shift_reg.h
Normal file
9
shift_reg.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef SHIFT_REG_H
|
||||
#define SHIFT_REG_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
void shift_reg_init(void);
|
||||
void shift_reg_write(uint16_t data);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user