Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | examples/bluetooth: Link to aioble in BLE examples. | Jim Mussared | 2023-09-01 |
| | | | | Signed-off-by: Jim Mussared <jim.mussared@gmail.com> | ||
* | examples/bluetooth: Fix check for _conn_handle being None. | Damien George | 2023-02-15 |
| | | | | | | Fixes issue #10755. Signed-off-by: Damien George <damien@micropython.org> | ||
* | examples/bluetooth: Update to use positional-only args to irq(). | Jim Mussared | 2020-09-26 |
| | | | | To match 6a6a5f9e151473bdcc1d14725d680691ff665a82. | ||
* | all: Update Python code to conform to latest black formatting. | Damien George | 2020-08-29 |
| | | | | | | | | | | | | | Updating to Black v20.8b1 there are two changes that affect the code in this repository: - If there is a trailing comma in a list (eg [], () or function call) then that list is now written out with one line per element. So remove such trailing commas where the list should stay on one line. - Spaces at the start of """ doc strings are removed. Signed-off-by: Damien George <damien@micropython.org> | ||
* | examples/bluetooth: Add simple UART demo with central and peripheral. | Jim Mussared | 2020-07-18 |