new io bard file
This commit is contained in:
17
IOBoard.h
Normal file
17
IOBoard.h
Normal file
@ -0,0 +1,17 @@
|
||||
#ifndef IOBOARD_H_
|
||||
#define IOBOARD_H_
|
||||
|
||||
#include <Arduino.h>
|
||||
|
||||
namespace IOBoard {
|
||||
|
||||
void handleNewData();
|
||||
void handlePacket(uint8_t *packet, size_t packetLen);
|
||||
void transferSPI(uint8_t address, uint8_t *data, size_t datalen);
|
||||
void sendReply(uint8_t *data, size_t len);
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
#endif /* IOBOARD_H_ */
|
Reference in New Issue
Block a user