Skip to content

Commit f64dbb8

Browse files
committed
README updates
1 parent 1633185 commit f64dbb8

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -296,11 +296,12 @@ Some standalone Bluetooth examples (without all the common example build infrast
296296

297297
App|Description
298298
---|---
299-
[picow_ble_temp_sensor](pico_w/bt/standalone) | Reads from the on board temperature sensor and sends notifications via BLE.
300-
[picow_ble_temp_reader](pico_w/bt/standalone) | Connects to the above sensor and reads the temperature.
299+
[temp_server](bluetooth/temp_sensor) | Reads from the on board temperature sensor and sends notifications via BLE.
300+
[temp_client](bluetooth/temp_sensor) | Connects to the above temp_server and reads the temperature.
301301
[picow_ble_pointer](pico_w/bt/standalone/ble_pointer) | Bluetooth HID mouse using mpu6050 to detect angle and move cursor.
302302
[picow_ble_doorbell](pico_w/bt/standalone/doorbell) | Detects button press on transmitter Pico and illuminates LED on reciever Pico.
303-
[picow_ble_secure_temp_sensor](pico_w/bt/standalone/secure_temp_sensor) | Variant of picow_ble_temp_sensor which allows exploration of LE_secure configurations.
303+
[secure_temp_server](bluetooth/secure_temp_sensor) | Variant of temp_server which allows exploration of LE_secure configurations.
304+
[secure_temp_client](bluetooth/secure_temp_sensor) | Connects to the above secure_temp_server and reads the temperature.
304305
[picow_ble_wifi_provisioner](pico_w/bt/standalone/wifi_provisioner) | Allows WiFi credentials to be provisioned over BLE, either using a mobile app or with the included python script.
305306

306307
### PIO

0 commit comments

Comments
 (0)