initial commit

This commit is contained in:
2025-12-13 22:54:53 +01:00
commit c52b21d951
4 changed files with 621 additions and 0 deletions

7
Cargo.toml Normal file
View File

@@ -0,0 +1,7 @@
[package]
name = "as7265x-rust"
version = "0.1.0"
edition = "2024"
[dependencies]
embedded-hal = "1.0.0"