|
deki-i2c 1.3.0
Deki package reference
|
I²C bus peripheral interface with an editor-configurable bus component
Repository: github.com/dekiengine/deki-i2c · Latest release: 1.1.0 · Needs engine 1.2.0+
Install: DekiEditor --packages-add deki-i2c <project>, or add it in the Package Manager. Part of Deki; the engine's own components and the C++ API are documented there.
Shown in the editor as I2C.
| Component | Category | Description |
|---|---|---|
| I2CBusComponent | System | Starts one I2C bus at boot. Every chip on that bus shares it. |
Starts one I2C bus at boot. Every chip on that bus shares it.
Inspector name: I2C Bus Component · Category: System · Type GUID: 5b1d8f4e-3a02-4c7d-9f56-1e8a2b9c3d40
| Property | Type | Default | Constraints | Description |
|---|---|---|---|---|
| i2cPort | int32 | 0 | 0 to 3 | |
| sdaPin | int32 | 21 | 0 to 48 | |
| sclPin | int32 | 22 | 0 to 48 | |
| i2cHz | int32 | 400000 | 10000 to 1e+06 |
Generated from the package's reflection metadata by the Deki documentation build (engine 1.3.0). Reflected property names are the keys scene files use; a rename ships with an alias, see COMPATIBILITY.md.