[][src]Crate d1_mini

A Board Support Package (BSP) which provides a type-safe API for the WEMOS/LOLIN D1 mini.

Re-exports

pub use esp8266_hal as hal;
pub use esp8266_hal::target;

Structs

Pins

Maps labelled pin names to their physical pins.

Functions

i2c_master

Convenience function for setting up the D1/D2 pins to operate as I²C SCL/SDA respectively.

spi_master

Convenience function for setting up the D5/D6/D7 pins to operate as SPI SCK/MISO/MOSI respectively, running at the provided frequency.