circuitpython/ports/nrf/modules/ubluepy
Glenn Ruben Bakke 6011441342 nrf: Move pyb module to boards module
Cleaning up use of "pyb" module.
Moving the file to a new folder and updating the
makefile accordingly. New module created called
"board" to take over the functionality of the legacy
"pyb" module.

Updating outdated documentation referring to pyb.Pin,
to now point to machine.Pin.
2018-07-18 17:12:26 +10:00
..
modubluepy.c nrf: Add new port to Nordic nRF5x MCUs. 2018-07-18 17:12:25 +10:00
modubluepy.h nrf: Move pyb module to boards module 2018-07-18 17:12:26 +10:00
ubluepy_characteristic.c nrf: Add new port to Nordic nRF5x MCUs. 2018-07-18 17:12:25 +10:00
ubluepy_constants.c nrf: Add new port to Nordic nRF5x MCUs. 2018-07-18 17:12:25 +10:00
ubluepy_delegate.c nrf: Add new port to Nordic nRF5x MCUs. 2018-07-18 17:12:25 +10:00
ubluepy_descriptor.c nrf: Add new port to Nordic nRF5x MCUs. 2018-07-18 17:12:25 +10:00
ubluepy_peripheral.c nrf: Add new port to Nordic nRF5x MCUs. 2018-07-18 17:12:25 +10:00
ubluepy_scan_entry.c nrf: Update usage of mp_obj_new_str by removing last parameter. 2018-07-18 17:12:25 +10:00
ubluepy_scanner.c nrf: Replace custom-HAL with nrfx-HAL 2018-07-18 17:12:26 +10:00
ubluepy_service.c nrf: Add new port to Nordic nRF5x MCUs. 2018-07-18 17:12:25 +10:00
ubluepy_uuid.c nrf: Add new port to Nordic nRF5x MCUs. 2018-07-18 17:12:25 +10:00