Skip to content

Commit

Permalink
bat-beacon
Browse files Browse the repository at this point in the history
  • Loading branch information
ImplFerris committed Oct 25, 2024
1 parent 44376ba commit f2d4deb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/ultrasonic/action.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@ To generate the project, run:
```sh
cargo generate --git https://github.com/ImplFerris/pico2-template.git
```
Provide a project name and select `rp-hal` as the HAL.
When prompted, choose a name for your project-let's go with "bat-beacon". Don't forget to select `rp-hal` as the HAL.

Then, navigate into the project folder:
```sh
cd PROJECT_NAME
# For example, if you named your project "bat-beacon":
# cd bat-beacon
```

## Setup the LED Pin
Expand Down

0 comments on commit f2d4deb

Please sign in to comment.