Skip to content

Commit

Permalink
Fix upload docs
Browse files Browse the repository at this point in the history
  • Loading branch information
andyblarblar committed Jan 30, 2024
1 parent b5ff6e6 commit 8d73104
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions book/src/lidar.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,10 @@ With this, we have all that we need to interpret frames from the LiDAR! Armed wi
I recommend messing around with main.cpp to log data read by the board, and monitor the results by using the PIO
monitor.

To open the monitor, first find the terminal icon in the bottom gutter near the upload button. This will open a terminal
with the `pio` command sourced. Next, open a monitor to view the boards printfs by
running `pio device monitor -b 115200`.

## Scan Building

Cool, so we can read frames. As it turns out, this actually isn't all that useful. This is because each frame actually
Expand Down

0 comments on commit 8d73104

Please sign in to comment.