mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sta-core.git
synced 2025-06-12 01:25:59 +00:00
11 lines
145 B
C++
11 lines
145 B
C++
#include <sta/bus/i2c/i2c.hpp>
|
|
|
|
|
|
namespace sta
|
|
{
|
|
I2c::I2c(Mutex * mutex=nullptr)
|
|
: Interface{mutex}
|
|
{
|
|
|
|
}
|
|
} // namespace sta
|