Skip to content

Commit

Permalink
MLC - Create files (#42)
Browse files Browse the repository at this point in the history
Co-authored-by: David Beechey <[email protected]>
  • Loading branch information
jpfbastos and davidbeechey authored Oct 31, 2024
1 parent 12a4da3 commit dd8a727
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions lib/levitation/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[package]
name = "hyped_levitation"
version = "0.1.0"
edition = "2021"
1 change: 1 addition & 0 deletions lib/levitation/src/control.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

3 changes: 3 additions & 0 deletions lib/levitation/src/lib.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
pub mod control;
pub mod pid;
pub mod pwm;
2 changes: 2 additions & 0 deletions lib/levitation/src/pid.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
pub mod current;
pub mod height;
1 change: 1 addition & 0 deletions lib/levitation/src/pid/current.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

1 change: 1 addition & 0 deletions lib/levitation/src/pid/height.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

1 change: 1 addition & 0 deletions lib/levitation/src/pwm.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

0 comments on commit dd8a727

Please sign in to comment.