Structs§
- Sensirion
Read Command Executor - The executor for any
SensirionReadCommand - Sensirion
Send Command Executor - The executor for any
SensirionSendCommand - Sensirion
Write Command Executor - The executor for any
SensirionWriteCommand - Sensirion
Write Read Command Executor - The executor for any
SensirionWriteReadCommand
Enums§
- Crc8
Error - An error representing CRC errors.
Traits§
- Sensirion
Command - Metadata associated to any sensirion specific command
- Sensirion
Read Command - This trait represents a read-command as specified by Sensirion. It consists of sending a command id followed by a wait period and a final read.
- Sensirion
Send Command - This trait represents a send-command as specified by Sensirion. It consists of sending a command id followed by waiting for a pre-defined amount of time.
- Sensirion
Write Command - This trait represents a write-command as specified by Sensirion. It consists of sending a command id plus some data followed by waiting for a pre-defined amount of time.
- Sensirion
Write Read Command - This trait represents a write-read-command (also called fetch-command) as specified by Sensirion. It consists of sending a command id plus some data followed by a wait period and a final read.