Releases: tipih/NRF51_Radio_library
Releases · tipih/NRF51_Radio_library
NRF51_Radio_Library
NRF51_Radio_Library
Added a pingpong example to the library.
To use this example you need to have the following library installed
- BLE Peripheral library
- Adafruit GFX library
- Adafruit_Microbit library
The only reason for this need is to be able to use the MATRIX display on the Microbit, and this I only use to see what is going on, So if you would like to avoid it just comment out this line.
#include <Adafruit_Microbit.h>
and remove all Microbit referances. The radio pingpong will still work.
Any question, do not hesitate to ask
NRF51_Radio_Library
This release have more infomation on the readme
NRF51_Radio_Library
This Library will give you access to the NRF51 Radio on Microbit, it is fully compatible with the runtime library from landcaster Uni.