https://github.com/tuemb/as7331-rs
https://github.com/tuemb/as7331-rs
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/tuemb/as7331-rs
- Owner: TuEmb
- License: apache-2.0
- Created: 2024-05-23T08:04:50.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-04T16:10:57.000Z (about 1 year ago)
- Last Synced: 2025-04-23T22:49:57.876Z (about 1 month ago)
- Language: Rust
- Size: 11.7 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# as7331-rs
Support as7331 driver for esp chips.
## Run example:```
cargo r_esp32
```
```
cargo r_esp32c2
```
```
cargo r_esp32c3
```
```
cargo r_esp32c6
```
```
cargo r_esp32h2
```
```
cargo r_esp32s2
```
```
cargo r_esp32s3
```## License
Licensed under either of:
- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)