Angus Gratton
|
801910fc83
|
all: Add missing imports for micropython.const.
Found by Ruff checking F821.
Signed-off-by: Angus Gratton <angus@redyak.com.au>
|
2023-08-16 16:13:27 +10:00 |
Jim Mussared
|
8b27482692
|
top: Update Python formatting to black "2023 stable style".
See https://black.readthedocs.io/en/stable/the_black_code_style/index.html
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
|
2023-02-02 12:51:03 +11:00 |
Damien George
|
69661f3343
|
all: Reformat C and Python source code with tools/codeformat.py.
This is run with uncrustify 0.70.1, and black 19.10b0.
|
2020-02-28 10:33:03 +11:00 |
Jim Mussared
|
25a228af7e
|
examples/bluetooth: Add basic BLE peripheral examples.
Consisting of:
- ble_advertising.py -- helper to generate advertising payload.
- ble_temperature.py -- simple temperature device.
- ble_uart_periperhal.py -- BLE UART wrapper.
- ble_uart_repl.py -- dupterm-compatible uart.
|
2019-10-18 13:36:51 +11:00 |