sta-core/src/bus/i2c/i2c.cpp

11 lines
145 B
C++

#include <sta/bus/i2c/i2c.hpp>
namespace sta
{
I2c::I2c(Mutex * mutex=nullptr)
: Interface{mutex}
{
}
} // namespace sta