Skip to content

Commit

Permalink
add not on new example
Browse files Browse the repository at this point in the history
  • Loading branch information
lulf committed Mar 21, 2024
1 parent d0593e7 commit b1a04b5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,10 @@ Missing:

## Example

See `examples` for example applications. Currently there is only one, for the nRF52 based using the [`nrf-sdc`](https://github.com/alexmoon/nrf-sdc) crate.
See `examples` for example applications. Currently there are two examples:

NOTE: There is also an example `serial-hci` which should in theory work with any serial HCI adapter, but this has not been tested.
* `nrf-sdc` for the nRF52 based using the [`nrf-sdc`](https://github.com/alexmoon/nrf-sdc) crate.
* `serial-hci` which runs on a PC using a HCI controller attached via a serial port (Such as [this Zephyr sample](https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/samples/bluetooth/hci_uart/README.html)).

## License

Expand Down

0 comments on commit b1a04b5

Please sign in to comment.