Skip to content

Commit f744ae2

Browse files
Add stubs for I2C methods
* Bump plugins/robots/thirdparty/trikRuntime/trikRuntime Bumps [plugins/robots/thirdparty/trikRuntime/trikRuntime](https://github.com/trikset/trikRuntime) from `1b421af` to `f0530c8`. - [Release notes](https://github.com/trikset/trikRuntime/releases) - [Commits](trikset/trikRuntime@1b421af...f0530c8) --- updated-dependencies: - dependency-name: plugins/robots/thirdparty/trikRuntime/trikRuntime dependency-version: f0530c869d62488b75748cf8e40d19f2a45cd2b2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 82770e9 commit f744ae2

File tree

2 files changed

+3
-2
lines changed
  • plugins/robots
    • interpreters/trikKitInterpreterCommon/include/trikKitInterpreterCommon
    • thirdparty/trikRuntime

2 files changed

+3
-2
lines changed

plugins/robots/interpreters/trikKitInterpreterCommon/include/trikKitInterpreterCommon/trikbrick.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@ public slots:
9696
trikControl::LedInterface *led() override;
9797
trikControl::GamepadInterface *gamepad() override {return nullptr;}
9898
trikControl::FifoInterface *fifo(const QString &) override {return nullptr;}
99-
trikControl::I2cDeviceInterface *i2c(int, int) override {return nullptr;}
99+
trikControl::I2cDeviceInterface *i2c(int, int, int) override {return nullptr;}
100+
trikControl::I2cDeviceInterface *smBusI2c(int, int) override {return nullptr;}
100101
trikControl::IrCameraInterface *irCamera() override {return nullptr;}
101102

102103
QVector<uint8_t> getStillImage() override;
Submodule trikRuntime updated 45 files

0 commit comments

Comments
 (0)