Last clean-up; removed config.hpp

This commit is contained in:
dario
2023-08-20 17:55:40 +02:00
parent 3259a98f11
commit 34c92626a1
5 changed files with 10 additions and 19 deletions

View File

@@ -26,9 +26,9 @@ namespace sta
private:
I2C * intf_;
int address_; /**< device address */
int master_;
int blocking_;
int address_; /**< device address */
int master_; /**< is the mcu the master? */
int blocking_; /**< blocking or non-blocking transmits / receives */
};
} // namespace sta