diff --git a/docs/extensions.md b/docs/extensions.md index 00b5be11..4405fff8 100644 --- a/docs/extensions.md +++ b/docs/extensions.md @@ -128,6 +128,10 @@ Check out [microbit.org](http://microbit.org/resellers/) for more information on "name": "Kitronik Klip Motor", "url":"/pkg/KitronikLtd/pxt-kitronik-klip-motor", "cardType": "package" +}, { + "name": "Keyestudio Robot Car", + "url":"/pkg/Veilkrand/pxt-RobotCar", + "cardType": "package" }] ``` diff --git a/targetconfig.json b/targetconfig.json index aeb30baa..80ec14c0 100644 --- a/targetconfig.json +++ b/targetconfig.json @@ -149,7 +149,8 @@ "makecode-extensions/LIS2DW12", "makecode-extensions/LIS2MDL", "makecode-extensions/HTS221", - "assirati/pxt-inventura" + "assirati/pxt-inventura", + "Veilkrand/pxt-RobotCar" ], "preferredRepos": [ "Microsoft/pxt-neopixel",