esp8266-at-driver 0.4.0

Driver for the espressif esp8266 at command firmware.
docs.rs failed to build esp8266-at-driver-0.4.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: esp8266-at-driver-0.3.0

esp8266-at-driver

CI crates.io docs.rs Matrix

Driver for the esp8266-wifi adapter with AT command firmware. The adapter has a serial interface, therefore this driver can be used with any UART driver that implements the embedded-io traits.

The currently supported AT firmware version is 1.7.x.

Features

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

Examples

See examples/std for an example that works in a STD environment.