added gpio read function

This commit is contained in:
2021-02-14 09:25:40 +01:00
parent 3f41adf340
commit e00667ba0b
18 changed files with 161 additions and 56 deletions

View File

@ -36,6 +36,12 @@ public:
uint16_t hkTableReplySize, LocalPoolDataSetBase* hkTableDataset);
virtual ~GomspaceDeviceHandler();
/**
* @brief This function can be used to set a gomspace device to normal mode immediately after
* object creation.
*/
void setModeNormal();
protected:
static const uint8_t MAX_PACKET_LEN = 36;