add new sparkfun extensions (#2238)
* add new sparkfun extensions * remove gator environment pending fixes
This commit is contained in:
parent
cc5980fbec
commit
87f736cede
@ -321,6 +321,18 @@ Check out [microbit.org](http://microbit.org/resellers/) for more information on
|
|||||||
"name": "gator:temp Temperature Sensor",
|
"name": "gator:temp Temperature Sensor",
|
||||||
"url":"/pkg/sparkfun/pxt-gator-temp",
|
"url":"/pkg/sparkfun/pxt-gator-temp",
|
||||||
"cardType": "package"
|
"cardType": "package"
|
||||||
|
}, {
|
||||||
|
"name": "gator:microphone Microphone",
|
||||||
|
"url":"/pkg/sparkfun/pxt-gator-microphone",
|
||||||
|
"cardType": "package"
|
||||||
|
}, {
|
||||||
|
"name": "gator:soil Soil Sensor",
|
||||||
|
"url":"/pkg/sparkfun/pxt-gator-soil",
|
||||||
|
"cardType": "package"
|
||||||
|
}, {
|
||||||
|
"name": "gator:temp Particle Sensor",
|
||||||
|
"url":"/pkg/sparkfun/pxt-gator-particle",
|
||||||
|
"cardType": "package"
|
||||||
}, {
|
}, {
|
||||||
"name": "MonkMakes Sensor",
|
"name": "MonkMakes Sensor",
|
||||||
"url":"/pkg/monkmakes/pxt-sensor",
|
"url":"/pkg/monkmakes/pxt-sensor",
|
||||||
|
@ -136,6 +136,9 @@
|
|||||||
"plenprojectcompany/pxt-PLENbit",
|
"plenprojectcompany/pxt-PLENbit",
|
||||||
"4tronix/MiniBit",
|
"4tronix/MiniBit",
|
||||||
"elecfreaks/pxt-wukong",
|
"elecfreaks/pxt-wukong",
|
||||||
|
"sparkfun/pxt-gator-particle",
|
||||||
|
"sparkfun/pxt-gator-soil",
|
||||||
|
"sparkfun/pxt-gator-microphone",
|
||||||
"rebeccaclavier/pxt-bmp280",
|
"rebeccaclavier/pxt-bmp280",
|
||||||
"makecode-extensions/STTS751",
|
"makecode-extensions/STTS751",
|
||||||
"makecode-extensions/LSM6DSO",
|
"makecode-extensions/LSM6DSO",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user