|
|
@ -1,4 +1,5 @@ |
|
|
|
#include "io_control_service.hpp"
|
|
|
|
#ifdef HAL_CAN_MODULE_ENABLED
|
|
|
|
using namespace iflytop; |
|
|
|
void IOControlService::initialize(IflytopCanProtocolStackProcesser* protocol_processer, int32_t regStartOff, write_io_cb_t write_io_cb, |
|
|
|
read_io_cb_t read_io_cb) { |
|
|
@ -101,4 +102,5 @@ uint32_t IOControlService::readgpiotable0() { |
|
|
|
return val; |
|
|
|
} |
|
|
|
|
|
|
|
// uint32_t IOControlService::readgpiotable1() {}
|
|
|
|
// uint32_t IOControlService::readgpiotable1() {}
|
|
|
|
#endif
|