Fix Sensor
All checks were successful
Test compiling project / test (push) Successful in 2m46s

This commit is contained in:
2025-04-18 20:57:09 +02:00
parent 82455c830f
commit 0f581a54c5
5 changed files with 13 additions and 5 deletions

View File

@@ -49,6 +49,8 @@ class INA233{
void reset();
void setCalibrationRegister(int value);
bool isConnected(void);
private: