From a88e9b44e7402fcab292f37703756aa864e6f174 Mon Sep 17 00:00:00 2001 From: Matt Sieren Date: Sat, 22 Nov 2014 09:56:15 +0100 Subject: [PATCH] Added Board Added RedBearLab nRF51822 and instructions to the readme. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1a3163b3..4d84061f 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,8 @@ Currently the following boards are supported by the library: * Balanduino * Sanguino * Black Widdow +* RedBearLab nRF51822 + * If you are using the RedBearLab nRF51822, then you must include the RedBearLab SPI library like so: ```#include ``` in your .ino file. The following boards need to be activated manually in [settings.h](settings.h):