15 lines
207 B
Markdown
15 lines
207 B
Markdown
# Passr
|
|
|
|
## Building
|
|
|
|
Install Zephyr, the Zephyr SDK and West
|
|
|
|
```sh
|
|
west init
|
|
west update
|
|
make build
|
|
```
|
|
|
|
The project is currently configured to run on a Pi Pico as my nrf development board is misbehaving
|
|
|