Unmarshal AMI info
This commit is contained in:
@ -35,6 +35,7 @@ public:
|
||||
|
||||
private:
|
||||
void unmarshal_mission_select(uint8_t* data);
|
||||
void unmarshal_ami(uint8_t* data);
|
||||
|
||||
// This is optional so that we can still run the code on a PC without I2C
|
||||
std::optional<int> i2c_dev_file;
|
||||
|
||||
Reference in New Issue
Block a user