First reworks for debugging

This commit is contained in:
dvdb97
2023-07-12 13:33:34 +02:00
parent e7ddbbf365
commit 96d94edc52
15 changed files with 125 additions and 126 deletions

View File

@@ -35,7 +35,8 @@ namespace sta
class STM32I2CDevice : public I2CDevice
{
STM32I2CDevice();
public:
STM32I2CDevice(STM32I2C * intf, int address, bool master=true, bool blocking=true);
};
}