micropython/ports/nrf/modules
Glenn Ruben Bakke d889def06b nrf/led: Adjust how board LEDs are defined.
Change static LED functions to lowercase names, and trim down source code
lines for variants of MICROPY_HW_LED_COUNT.  Also rename configuration for
MICROPY_HW_LEDx_LEVEL to MICROPY_HW_LEDx_PULLUP to align with global PULLUP
configuration.
2019-06-25 16:02:31 +10:00
..
ble nrf: Update usage of mp_obj_new_str by removing last parameter. 2018-07-18 17:12:25 +10:00
board nrf/led: Adjust how board LEDs are defined. 2019-06-25 16:02:31 +10:00
machine nrf/uart: Make UART print output something, and add write method. 2019-05-22 12:47:48 +10:00
music nrf: Change types to size_t for all uses of mp_obj_str_get_data. 2019-05-13 12:39:56 +10:00
random nrf: Properly use (void) instead of () for function definitions. 2018-07-20 14:11:28 +10:00
ubluepy ports: Convert legacy uppercase macro names to lowercase. 2019-02-12 14:54:51 +11:00
uos nrf: Change types to size_t for all uses of mp_obj_str_get_data. 2019-05-13 12:39:56 +10:00
utime nrf: Replace custom-HAL with nrfx-HAL 2018-07-18 17:12:26 +10:00