[−][src]Crate esp_01
Structs
| Esp8266 | Struct for interracting with an esp8266 wifi module over USART |
| Millisecond | |
| Second | |
| TransmissionError | Error indicating failure to transmit a message. |
Enums
| ATResponse | Possible responses from an esp8266 AT command. |
| ConnectionType | |
| Error | Error type for esp communication. |
| TransmissionStep | Indicates what step in the data transmission that the sensor is in. Used
in |
Traits
| LongTimer | A countdown timer which nonblockingly waits until the specified countdown
is completed. The countdown is started by calling |
Functions
| compare_circular_buffer | Compares the content of a circular buffer with another buffer. The comparison is done 'from the back' and if one buffer is longer than the other, only the content of the shared bytes is compared. |
| parse_at_response | Parses |