Module trellis::devices
[−]
[src]
Structs
RaspberryPiBPlus |
A concrete device for using the Trellis with a Raspberry Pi 2 B+. |
Traits
I2CMasterDevice |
Host devices that are connected to the Trellis. The Trellis is the slave. This trate is a small abstraction over the full I2C since we need only a very small subset. This trate exists also to make the I2C communciation testable (see also MockDevice that implements this trait). |