Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 1004 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 1004 Bytes

es-wifi-driver

CI crates.io docs.rs Matrix

Driver for the es-wifi adapter from Inventek. The adapter is used on boards such as B-L475E-IOT01A and B-L4S5I-IOT01A.

Features

  • Implements embedded-nal-async traits
  • Implements embedded-io traits
  • Full async support, based on embassy libraries

Examples

See examples/stm32l4-discovery-kit for an example that works the B-L475E-IOT01A board.