From e1c8042fd13aac8256a72ce1ac433f63fcb73a6c Mon Sep 17 00:00:00 2001 From: Martin Williams Date: Mon, 10 Oct 2022 19:55:39 +0100 Subject: [PATCH] Extension: add gatorRTC --- docs/extensions.md | 4 ++++ targetconfig.json | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/extensions.md b/docs/extensions.md index 2265c38e443..0df86fa628b 100644 --- a/docs/extensions.md +++ b/docs/extensions.md @@ -307,6 +307,10 @@ Check out [the accessories pages on microbit.org](https://microbit.org/buy/acces "name": "Joy IT RFID Module MFRC-522", "url": "/pkg/joy-it/pxt-rfid-mfrc522", "cardType": "package" +}, { + "name": "gator:RTC Real time clock", + "url":"/pkg/sparkfun/pxt-gator-rtc", + "cardType": "package" }] ``` diff --git a/targetconfig.json b/targetconfig.json index e6f62793c8d..2dab5f41b53 100644 --- a/targetconfig.json +++ b/targetconfig.json @@ -769,7 +769,8 @@ "joy-it/pxt-rfid-mfrc522": { "tags": [ "Individual sensors" ] }, "dfrobot/pxt-dfrobot_iot_cloud_kit": { "tags": [ "Networking" ] }, "plenprojectcompany/pxt-plenbit_full": { "tags": [ "Robotics" ] }, - "joy-it/pxt-ads1115": { "tags": [ "Individual sensors" ] } + "joy-it/pxt-ads1115": { "tags": [ "Individual sensors" ] }, + "sparkfun/pxt-gator-temp": { "tags": [ "Science" ] } }, "upgrades": { "tinkertanker/pxt-iot-environment-kit": "min:v4.2.1",