changes
This commit is contained in:
21
canclient.h
Normal file
21
canclient.h
Normal file
@ -0,0 +1,21 @@
|
||||
/*
|
||||
* canclient.h
|
||||
*
|
||||
* Created on: Oct 31, 2016
|
||||
* Author: wn
|
||||
*/
|
||||
|
||||
#ifndef CANCLIENT_H_
|
||||
#define CANCLIENT_H_
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
namespace CanClientNS {
|
||||
void begin();
|
||||
void exec();
|
||||
void sendMessage(uint32_t addr, uint8_t payloadLength, uint8_t *payload);
|
||||
};
|
||||
|
||||
|
||||
|
||||
#endif /* CANCLIENT_H_ */
|
Reference in New Issue
Block a user