Module commands

Module commands 

Source

Modules§

i2c
spi
unsupported_executor

Traits§

Command
The basis trait for all commands. A command represents one or more transactions that belong together and have to occur in a specific order and/or with a specific timing.
CommandInterfaceAsync
A trait that is implemented by any bus interface and allows devices with commands to share commands executor implementations independent of the actual interface in use.
CommandInterfaceSync
A trait that is implemented by any bus interface and allows devices with commands to share commands executor implementations independent of the actual interface in use.
Executor
A base trait for all executors