include Cargo.lock + reduce other things from the original starter project

This commit is contained in:
J / Jacob Babich
2022-04-14 19:00:56 -04:00
parent 231301b9cf
commit 790a9d97ad
8 changed files with 271 additions and 55 deletions

View File

@@ -50,5 +50,3 @@ fn main() -> ! {
}
}
}
// TODO: implement an extremely simple example of the task system (using a timer trigger) that is a traffic light (green -> yellow -> red -> green...)