Crates.io | esp8266-at-driver |
lib.rs | esp8266-at-driver |
version | 0.4.0 |
source | src |
created_at | 2022-11-07 09:49:39.215342 |
updated_at | 2023-04-28 18:04:54.858158 |
description | Driver for the espressif esp8266 at command firmware. |
homepage | |
repository | https://github.com/drogue-iot/esp8266-at-driver |
max_upload_size | |
id | 707127 |
size | 58,146 |
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.
embedded-nal-async
traitsembedded-io
traitsembassy
librariesSee examples/std for an example that works in a STD environment.