mawson-rovers / hestia

Hestia is a space-ready heater & temperature measurement system developed by Mawson Rovers in Sydney. Its first mission will demonstrate a novel UTS heatsink design, aboard the Waratah Seed cubesat mission. It is due to launch on a SpaceX rocket in July 2024.
MIT License
1 stars 1 forks source link

I2C reads return stale data for unknown commands #59

Open mryall-mawson opened 1 year ago

mryall-mawson commented 1 year ago

If the I2C interface receives an unknown command, it currently replies with the data from the previous command.

It should either not reply (if possible) or reply with a sentinal failure value.