-
- Downloads
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.
Showing
- ports/nrf/Makefile 3 additions, 2 deletionsports/nrf/Makefile
- ports/nrf/examples/ubluepy_temp.py 1 addition, 1 deletionports/nrf/examples/ubluepy_temp.py
- ports/nrf/help.c 2 additions, 2 deletionsports/nrf/help.c
- ports/nrf/main.c 3 additions, 3 deletionsports/nrf/main.c
- ports/nrf/modules/board/led.c 25 additions, 25 deletionsports/nrf/modules/board/led.c
- ports/nrf/modules/board/led.h 13 additions, 13 deletionsports/nrf/modules/board/led.h
- ports/nrf/modules/board/modboard.c 7 additions, 9 deletionsports/nrf/modules/board/modboard.c
- ports/nrf/modules/machine/modmachine.c 3 additions, 3 deletionsports/nrf/modules/machine/modmachine.c
- ports/nrf/modules/machine/pin.c 20 additions, 20 deletionsports/nrf/modules/machine/pin.c
- ports/nrf/modules/machine/spi.c 2 additions, 2 deletionsports/nrf/modules/machine/spi.c
- ports/nrf/modules/machine/uart.h 1 addition, 6 deletionsports/nrf/modules/machine/uart.h
- ports/nrf/modules/ubluepy/modubluepy.h 1 addition, 1 deletionports/nrf/modules/ubluepy/modubluepy.h
- ports/nrf/modules/uos/moduos.c 9 additions, 6 deletionsports/nrf/modules/uos/moduos.c
- ports/nrf/mpconfigport.h 5 additions, 5 deletionsports/nrf/mpconfigport.h
- ports/nrf/mphalport.c 6 additions, 6 deletionsports/nrf/mphalport.c
Loading
Please register or sign in to comment