From 5f82e8eb439b0698737a791feaedca4296a33854 Mon Sep 17 00:00:00 2001 From: deadprogram Date: Sat, 18 Mar 2017 17:23:38 +0100 Subject: [PATCH] microbit: add supported driver to README Signed-off-by: deadprogram --- platforms/microbit/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/platforms/microbit/README.md b/platforms/microbit/README.md index ef1b71d7..2163299c 100644 --- a/platforms/microbit/README.md +++ b/platforms/microbit/README.md @@ -20,6 +20,8 @@ The Gobot platform for the Microbit includes several different drivers, each one - AccelerometerDriver - ButtonDriver - LEDDriver +- MagnetometerDriver +- TemperatureDriver The following example uses the LEDDriver: