From c6da4e5a8bc5cb4010c01e896a2e6c768a06a69c Mon Sep 17 00:00:00 2001 From: Mark Date: Thu, 9 Jan 2020 18:36:22 +0000 Subject: [PATCH] Extensions: add DFRobot natural science board (#2574) --- docs/extensions.md | 5 +++++ targetconfig.json | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/extensions.md b/docs/extensions.md index 31294096..bfc29166 100644 --- a/docs/extensions.md +++ b/docs/extensions.md @@ -227,6 +227,11 @@ Check out [microbit.org](http://microbit.org/resellers/) for more information on "url":"/pkg/dugbraden/pxt-climate-action-kit", "cardType": "package" }, +{ + "name": "DFRobot Natural Science Board", + "url":"/pkg/DFRobot/pxt-DFRobot-NaturalScience", + "cardType": "package" +}, { "name": "Kitronik Realtime Clock", "url":"/pkg/KitronikLtd/pxt-kitronik-rtc", diff --git a/targetconfig.json b/targetconfig.json index b2e7ca66..c6e8e0b4 100644 --- a/targetconfig.json +++ b/targetconfig.json @@ -161,7 +161,8 @@ "dugbraden/pxt-climate-action-kit", "alsrobot-microbit-makecode-packages/MiniCruise", "4tronix/ServoBit", - "DFRobot/pxt-maqueen" + "DFRobot/pxt-maqueen", + "DFRobot/pxt-DFRobot-NaturalScience" ], "preferredRepos": [ "Microsoft/pxt-neopixel",