You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
353 B
8 lines
353 B
#include "device_info.hpp"
|
|
|
|
#include "transmit_disfection_protocol/transmit_disfection_protocol.hpp"
|
|
|
|
uint16_t deviceInfo_init() { return 0; }
|
|
uint16_t deviceInfo_getProtocolVersion() { return PROTOCOL_VERSION; }
|
|
uint16_t deviceInfo_getSoftwareVersion() { return SOFTWARE_VERSION; }
|
|
uint16_t deviceInfo_getHardwareVersion() { return HARDWARE_VERSION; }
|