1 unstable release
0.1.0 | May 1, 2021 |
---|
#32 in #esp
8KB
81 lines
ESP AT Driver
Rust driver that runs on the main processor and communicates to an ESP coprocessor running the AT firmware.
My board hasn't actually arrived yet so this is all powered on wishful thinking and rust's type safety.
Implementation
The driver uses the AT commands documented here.
License
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
Dependencies
~1MB
~17K SLoC