Crate bitbang_hal

Source
Expand description

This is a bit banging implementation of the embedded-hal traits.

§Usage examples

See usage examples in the examples folder in the crate sources

Modules§

i2c
Synchronous implementation of embedded-hal I2C traits based on GPIO bitbang
serial
Serial communication (USART)
spi
Serial Peripheral Interface