EdgePi-Cloud / edgepi-python-sdk

Python SDK to control EdgePi, an industrial PC/PLC/IoT device powered by Raspberry Pi CM4
MIT License
6 stars 3 forks source link

`eeprom` should be its own module not under `calibration` #333

Open farzadpanahi opened 1 year ago

farzadpanahi commented 1 year ago

calibration module will use eeprom module to write to EEPROM. eeprom module should be located under edgepi directory as a stand alone module.