wincwifi

Crates.iowincwifi
lib.rswincwifi
version0.2.2
created_at2025-02-03 05:18:17.355295+00
updated_at2025-06-21 21:21:17.713655+00
descriptionWINC1500 Wifi chip embedded driver
homepagehttps://github.com/kaidokert/winc-rs
repositoryhttps://github.com/kaidokert/winc-rs
max_upload_size
id1540134
size339,494
Kaido Kert (kaidokert)

documentation

https://docs.rs/wincwifi

README

WINC1500 Rust

crate documentation Build Coverage Status

Code to interface with ATWINC1500 Wifi chip from Rust. Tested on Adafruit Feather M0 WiFi.

winc-rs is the crate that implements chip access, see its README for more info.

feather dir has examples running on the Feather board. feather_async has async demos, using embassy-executor.

demos are the & testing programs that Feather examples use, written with embedded-nal. These are also separately runnable with std-embedded-nal crate.

Contributing

See CONTRIBUTING.md for details.

See DEVELOPMENT.md for development setup, and TODO.md for backlog of issues to be addressed.

License

Apache 2.0; see LICENSE for details.

Disclaimer

This project is not an official Google project. It is not supported by Google and Google specifically disclaims all warranties as to its quality, merchantability, or fitness for a particular purpose.

Commit count: 88

cargo fmt