Skip to content

Commit

Permalink
Create crate
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertZ2011 committed Dec 17, 2024
1 parent dee353b commit fadf7b7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,8 @@ Cargo.lock

# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb


# Added by cargo

/target
7 changes: 7 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[package]
name = "tps6699x"
version = "0.1.0"
edition = "2021"
license = "MIT"

[dependencies]
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#![no_std]

0 comments on commit fadf7b7

Please sign in to comment.