Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pico_ultrasonic_ranger 0.1.0 #1327

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions index/pi/pico_ultrasonic_ranger/pico_ultrasonic_ranger-0.1.0.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name = "pico_ultrasonic_ranger"
description = "Driver for the Grove ultrasonic ranger. Depends on the RP Pico HAL."
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would it be better that grove appears in the crate name? E.g. grove_pico_ultrasonic_ranger

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I thought of that, but the driver may work also with the Adafruit or Sparkfun rangers, therefore I decided not to add Grove in the crate name.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK!

version = "0.1.0"

authors = ["Karsten Lueth"]
maintainers = ["Karsten Lueth <[email protected]>"]
maintainers-logins = ["KLOC-Karsten"]
licenses = "BSD-3-Clause"
website = "https://github.com/KLOC-Karsten/pico_ultrasonic_ranger"
tags = ["pico", "ranger", "distance", "grove", "ultrasonic"]

[[depends-on]]
pico_bsp = "^2.2.0"

[origin]
commit = "cfb2f7ffd88ee7b23a5b6466b513f34257773bd8"
url = "git+https://github.com/KLOC-Karsten/pico_ultrasonic_ranger.git"