Skip to content

Commit

Permalink
📝 docs: Removed the todo list at the end of the file, and updated the…
Browse files Browse the repository at this point in the history
… test code snippet
  • Loading branch information
kevinmarquesp committed Jun 16, 2024
1 parent d0f9a33 commit 4f7fbba
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,5 @@ make test

```bash
make deps
make test GTEST_SRCS=extra/gtest/test_gtest.cpp
make test GTEST_UNITS=extra/gtest/test_gtest.cpp
```


### Todos

* [x] Include the current state on the `PServo::get_props()` method.
* [ ] Update the `Defaults` test cases to include the new *props* values.
* [ ] Use a `unsigned long *const` (16 bits) for the *timer* property.
* [ ] Update the `Defaults` test cases to use the correct constructor.
* [ ] Update the `MValues` test cases to use construct the timer properly.

0 comments on commit 4f7fbba

Please sign in to comment.