add: all files

This commit is contained in:
Charles
2025-03-23 19:06:13 -07:00
parent fe87f5271e
commit 1bc99bd808
36 changed files with 1484 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4
[[package]]
name = "avr-std-stub"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "839920177137ff472f3c35abf5b8166f331c6cf7f2dfa7ffd69f9aa7dc70b526"
[[package]]
name = "orangepunk-hardware"
version = "0.1.0"
dependencies = [
"avr-std-stub",
]