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§

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