1.9.26
This commit is contained in:
Родитель
bd4a4c5d3b
Коммит
45d3489c0b
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "jacdac-accelerometer-server",
|
||||
"version": "1.9.25",
|
||||
"version": "1.9.26",
|
||||
"description": "MakeCode support for Jacdac Accelerometer server",
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
|
|
|
@ -1,27 +1,27 @@
|
|||
{
|
||||
"name": "jacdac-accelerometer",
|
||||
"version": "1.9.25",
|
||||
"description": "MakeCode support for Jacdac Accelerometer service",
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
},
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.g.ts",
|
||||
"_locales/de/jacdac-accelerometer-strings.json"
|
||||
],
|
||||
"supportedTargets": [
|
||||
"arcade",
|
||||
"maker",
|
||||
"microbit",
|
||||
"calliopemini"
|
||||
],
|
||||
"preferredEditor": "tsprj",
|
||||
"testFiles": [
|
||||
"test.microbit.ts"
|
||||
],
|
||||
"fileDependencies": {
|
||||
"test.microbit.ts": "target:microbit"
|
||||
}
|
||||
}
|
||||
"name": "jacdac-accelerometer",
|
||||
"version": "1.9.26",
|
||||
"description": "MakeCode support for Jacdac Accelerometer service",
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
},
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.g.ts",
|
||||
"_locales/de/jacdac-accelerometer-strings.json"
|
||||
],
|
||||
"supportedTargets": [
|
||||
"arcade",
|
||||
"maker",
|
||||
"microbit",
|
||||
"calliopemini"
|
||||
],
|
||||
"preferredEditor": "tsprj",
|
||||
"testFiles": [
|
||||
"test.microbit.ts"
|
||||
],
|
||||
"fileDependencies": {
|
||||
"test.microbit.ts": "target:microbit"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,20 +1,20 @@
|
|||
{
|
||||
"name": "jacdac-acidity",
|
||||
"version": "1.9.25",
|
||||
"description": "A sensor measuring water acidity, commonly called pH.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.g.ts",
|
||||
"_locales/de/jacdac-acidity-strings.json"
|
||||
],
|
||||
"supportedTargets": [
|
||||
"microbit",
|
||||
"arcade",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
}
|
||||
}
|
||||
"name": "jacdac-acidity",
|
||||
"version": "1.9.26",
|
||||
"description": "A sensor measuring water acidity, commonly called pH.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.g.ts",
|
||||
"_locales/de/jacdac-acidity-strings.json"
|
||||
],
|
||||
"supportedTargets": [
|
||||
"microbit",
|
||||
"arcade",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,20 +1,20 @@
|
|||
{
|
||||
"name": "jacdac-air-pressure",
|
||||
"version": "1.9.25",
|
||||
"description": "A sensor measuring air pressure of outside environment.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.g.ts",
|
||||
"_locales/de/jacdac-air-pressure-strings.json"
|
||||
],
|
||||
"supportedTargets": [
|
||||
"microbit",
|
||||
"arcade",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
}
|
||||
}
|
||||
"name": "jacdac-air-pressure",
|
||||
"version": "1.9.26",
|
||||
"description": "A sensor measuring air pressure of outside environment.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.g.ts",
|
||||
"_locales/de/jacdac-air-pressure-strings.json"
|
||||
],
|
||||
"supportedTargets": [
|
||||
"microbit",
|
||||
"arcade",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,20 +1,20 @@
|
|||
{
|
||||
"name": "jacdac-air-quality-index",
|
||||
"version": "1.9.25",
|
||||
"description": "The Air Quality Index is a measure of how clean or polluted air is. From min, good quality, to high, low quality.\nThe range of AQI may vary between countries (https://en.wikipedia.org/wiki/Air_quality_index).",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.g.ts",
|
||||
"_locales/de/jacdac-air-quality-index-strings.json"
|
||||
],
|
||||
"supportedTargets": [
|
||||
"microbit",
|
||||
"arcade",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
}
|
||||
}
|
||||
"name": "jacdac-air-quality-index",
|
||||
"version": "1.9.26",
|
||||
"description": "The Air Quality Index is a measure of how clean or polluted air is. From min, good quality, to high, low quality.\nThe range of AQI may vary between countries (https://en.wikipedia.org/wiki/Air_quality_index).",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.g.ts",
|
||||
"_locales/de/jacdac-air-quality-index-strings.json"
|
||||
],
|
||||
"supportedTargets": [
|
||||
"microbit",
|
||||
"arcade",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "jacdac-arcade-gamepad",
|
||||
"version": "1.9.25",
|
||||
"version": "1.9.26",
|
||||
"description": "MakeCode support for Jacdac Gamepad service",
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "jacdac-azure-iot-hub-health-server",
|
||||
"version": "1.9.25",
|
||||
"version": "1.9.26",
|
||||
"description": "Health and diagnostics information about the Azure Iot Hub connection.",
|
||||
"files": [
|
||||
"server.ts"
|
||||
|
|
|
@ -1,22 +1,22 @@
|
|||
{
|
||||
"name": "jacdac-azure-iot-hub-health",
|
||||
"version": "1.9.25",
|
||||
"description": "Health and diagnostics information about the Azure Iot Hub connection.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"_locales/de/jacdac-azure-iot-hub-health-strings.json"
|
||||
],
|
||||
"supportedTargets": [
|
||||
"arcade",
|
||||
"microbit",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
},
|
||||
"testDependencies": {
|
||||
"nucleo-f411re": "*"
|
||||
}
|
||||
}
|
||||
"name": "jacdac-azure-iot-hub-health",
|
||||
"version": "1.9.26",
|
||||
"description": "Health and diagnostics information about the Azure Iot Hub connection.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"_locales/de/jacdac-azure-iot-hub-health-strings.json"
|
||||
],
|
||||
"supportedTargets": [
|
||||
"arcade",
|
||||
"microbit",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
},
|
||||
"testDependencies": {
|
||||
"nucleo-f411re": "*"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,23 +1,23 @@
|
|||
{
|
||||
"name": "jacdac-braille-display",
|
||||
"version": "1.9.25",
|
||||
"description": "A Braille pattern display module. This module display [unicode braille patterns](https://www.unicode.org/charts/PDF/U2800.pdf), country specific encoding have to be implemented by the clients.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.ts",
|
||||
"_locales/de/jacdac-braille-display-strings.json"
|
||||
],
|
||||
"testFiles": [
|
||||
"test.ts"
|
||||
],
|
||||
"supportedTargets": [
|
||||
"microbit",
|
||||
"arcade",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
}
|
||||
}
|
||||
"name": "jacdac-braille-display",
|
||||
"version": "1.9.26",
|
||||
"description": "A Braille pattern display module. This module display [unicode braille patterns](https://www.unicode.org/charts/PDF/U2800.pdf), country specific encoding have to be implemented by the clients.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.ts",
|
||||
"_locales/de/jacdac-braille-display-strings.json"
|
||||
],
|
||||
"testFiles": [
|
||||
"test.ts"
|
||||
],
|
||||
"supportedTargets": [
|
||||
"microbit",
|
||||
"arcade",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "jacdac-button-server",
|
||||
"version": "1.9.25",
|
||||
"version": "1.9.26",
|
||||
"description": "MakeCode support for Jacdac Button server",
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
|
|
|
@ -1,24 +1,24 @@
|
|||
{
|
||||
"name": "jacdac-button",
|
||||
"version": "1.9.25",
|
||||
"description": "A push-button, which returns to inactive position when not operated anymore.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.ts",
|
||||
"_locales/de/jacdac-button-strings.json"
|
||||
],
|
||||
"testFiles": [
|
||||
"test.ts"
|
||||
],
|
||||
"supportedTargets": [
|
||||
"arcade",
|
||||
"microbit",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
},
|
||||
"testDependencies": {}
|
||||
}
|
||||
"name": "jacdac-button",
|
||||
"version": "1.9.26",
|
||||
"description": "A push-button, which returns to inactive position when not operated anymore.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.ts",
|
||||
"_locales/de/jacdac-button-strings.json"
|
||||
],
|
||||
"testFiles": [
|
||||
"test.ts"
|
||||
],
|
||||
"supportedTargets": [
|
||||
"arcade",
|
||||
"microbit",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
},
|
||||
"testDependencies": {}
|
||||
}
|
||||
|
|
|
@ -1,22 +1,22 @@
|
|||
{
|
||||
"name": "jacdac-buzzer-server",
|
||||
"version": "1.9.25",
|
||||
"description": "MakeCode support for Jacdac Buzzer server",
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac",
|
||||
"jacdac-buzzer": "github:microsoft/pxt-jacdac/buzzer"
|
||||
},
|
||||
"files": [
|
||||
"server.ts",
|
||||
"_locales/de/jacdac-buzzer-server-strings.json"
|
||||
],
|
||||
"testFiles": [
|
||||
"test.ts"
|
||||
],
|
||||
"supportedTargets": [
|
||||
"microbit",
|
||||
"arcade"
|
||||
],
|
||||
"preferredEditor": "tsprj"
|
||||
}
|
||||
"name": "jacdac-buzzer-server",
|
||||
"version": "1.9.26",
|
||||
"description": "MakeCode support for Jacdac Buzzer server",
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac",
|
||||
"jacdac-buzzer": "github:microsoft/pxt-jacdac/buzzer"
|
||||
},
|
||||
"files": [
|
||||
"server.ts",
|
||||
"_locales/de/jacdac-buzzer-server-strings.json"
|
||||
],
|
||||
"testFiles": [
|
||||
"test.ts"
|
||||
],
|
||||
"supportedTargets": [
|
||||
"microbit",
|
||||
"arcade"
|
||||
],
|
||||
"preferredEditor": "tsprj"
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "jacdac-buzzer",
|
||||
"version": "1.9.25",
|
||||
"version": "1.9.26",
|
||||
"description": "MakeCode support for Jacdac Buzzer service",
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
|
|
|
@ -1,26 +1,26 @@
|
|||
{
|
||||
"name": "jacdac-character-screen",
|
||||
"version": "1.9.25",
|
||||
"description": "A screen that displays characters.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.ts",
|
||||
"_locales/de/jacdac-character-screen-strings.json"
|
||||
],
|
||||
"testFiles": [
|
||||
"test.microbit.ts"
|
||||
],
|
||||
"fileDependencies": {
|
||||
"test.microbit.ts": "target:microbit || target:calliopemini"
|
||||
},
|
||||
"supportedTargets": [
|
||||
"arcade",
|
||||
"microbit",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
}
|
||||
}
|
||||
"name": "jacdac-character-screen",
|
||||
"version": "1.9.26",
|
||||
"description": "A screen that displays characters.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.ts",
|
||||
"_locales/de/jacdac-character-screen-strings.json"
|
||||
],
|
||||
"testFiles": [
|
||||
"test.microbit.ts"
|
||||
],
|
||||
"fileDependencies": {
|
||||
"test.microbit.ts": "target:microbit || target:calliopemini"
|
||||
},
|
||||
"supportedTargets": [
|
||||
"arcade",
|
||||
"microbit",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "jacdac-cloud-adapter",
|
||||
"version": "1.9.25",
|
||||
"version": "1.9.26",
|
||||
"description": "Supports cloud connections.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
|
|
|
@ -1,27 +1,27 @@
|
|||
{
|
||||
"name": "jacdac-codal-message-bus-server",
|
||||
"version": "1.9.25",
|
||||
"description": "A service that uses the [CODAL message bus](https://lancaster-university.github.io/microbit-docs/ubit/messageBus/) to send and receive small messages.",
|
||||
"files": [
|
||||
"server.ts",
|
||||
"_locales/de/jacdac-codal-message-bus-server-strings.json"
|
||||
],
|
||||
"testFiles": [
|
||||
"test.ts",
|
||||
"test.microbit.ts"
|
||||
],
|
||||
"fileDependencies": {
|
||||
"test.microbit.ts": "target:microbit || target:calliopemini"
|
||||
},
|
||||
"supportedTargets": [
|
||||
"microbit",
|
||||
"arcade",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac",
|
||||
"jacdac-codal-message-bus": "github:microsoft/pxt-jacdac/codal-message-bus"
|
||||
}
|
||||
}
|
||||
"name": "jacdac-codal-message-bus-server",
|
||||
"version": "1.9.26",
|
||||
"description": "A service that uses the [CODAL message bus](https://lancaster-university.github.io/microbit-docs/ubit/messageBus/) to send and receive small messages.",
|
||||
"files": [
|
||||
"server.ts",
|
||||
"_locales/de/jacdac-codal-message-bus-server-strings.json"
|
||||
],
|
||||
"testFiles": [
|
||||
"test.ts",
|
||||
"test.microbit.ts"
|
||||
],
|
||||
"fileDependencies": {
|
||||
"test.microbit.ts": "target:microbit || target:calliopemini"
|
||||
},
|
||||
"supportedTargets": [
|
||||
"microbit",
|
||||
"arcade",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac",
|
||||
"jacdac-codal-message-bus": "github:microsoft/pxt-jacdac/codal-message-bus"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,19 +1,19 @@
|
|||
{
|
||||
"name": "jacdac-codal-message-bus",
|
||||
"version": "1.9.25",
|
||||
"description": "A service that uses the [CODAL message bus](https://lancaster-university.github.io/microbit-docs/ubit/messageBus/) to send and receive small messages.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"_locales/de/jacdac-codal-message-bus-strings.json"
|
||||
],
|
||||
"supportedTargets": [
|
||||
"microbit",
|
||||
"arcade",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
}
|
||||
}
|
||||
"name": "jacdac-codal-message-bus",
|
||||
"version": "1.9.26",
|
||||
"description": "A service that uses the [CODAL message bus](https://lancaster-university.github.io/microbit-docs/ubit/messageBus/) to send and receive small messages.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"_locales/de/jacdac-codal-message-bus-strings.json"
|
||||
],
|
||||
"supportedTargets": [
|
||||
"microbit",
|
||||
"arcade",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "jacdac-color",
|
||||
"version": "1.9.25",
|
||||
"version": "1.9.26",
|
||||
"description": "Senses RGB colors",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
|
|
|
@ -1,24 +1,24 @@
|
|||
{
|
||||
"name": "jacdac-compass",
|
||||
"version": "1.9.25",
|
||||
"description": "A sensor that measures the heading.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.g.ts",
|
||||
"_locales/de/jacdac-compass-strings.json"
|
||||
],
|
||||
"testFiles": [],
|
||||
"supportedTargets": [
|
||||
"arcade",
|
||||
"microbit",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
},
|
||||
"testDependencies": {
|
||||
"nucleo-f411re": "*"
|
||||
}
|
||||
}
|
||||
"name": "jacdac-compass",
|
||||
"version": "1.9.26",
|
||||
"description": "A sensor that measures the heading.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.g.ts",
|
||||
"_locales/de/jacdac-compass-strings.json"
|
||||
],
|
||||
"testFiles": [],
|
||||
"supportedTargets": [
|
||||
"arcade",
|
||||
"microbit",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
},
|
||||
"testDependencies": {
|
||||
"nucleo-f411re": "*"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "jacdac-controller",
|
||||
"version": "1.9.25",
|
||||
"version": "1.9.26",
|
||||
"description": "MakeCode support for Jacdac Controller service",
|
||||
"files": [
|
||||
"controllerclient.ts"
|
||||
|
|
|
@ -1,20 +1,20 @@
|
|||
{
|
||||
"name": "jacdac-dc-current-measurement",
|
||||
"version": "1.9.25",
|
||||
"description": "A service that reports a current measurement.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.g.ts",
|
||||
"_locales/de/jacdac-dc-current-measurement-strings.json"
|
||||
],
|
||||
"supportedTargets": [
|
||||
"microbit",
|
||||
"arcade",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
}
|
||||
}
|
||||
"name": "jacdac-dc-current-measurement",
|
||||
"version": "1.9.26",
|
||||
"description": "A service that reports a current measurement.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.g.ts",
|
||||
"_locales/de/jacdac-dc-current-measurement-strings.json"
|
||||
],
|
||||
"supportedTargets": [
|
||||
"microbit",
|
||||
"arcade",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,20 +1,20 @@
|
|||
{
|
||||
"name": "jacdac-dc-voltage-measurement",
|
||||
"version": "1.9.25",
|
||||
"description": "A service that reports a voltage measurement.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.g.ts",
|
||||
"_locales/de/jacdac-dc-voltage-measurement-strings.json"
|
||||
],
|
||||
"supportedTargets": [
|
||||
"microbit",
|
||||
"arcade",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
}
|
||||
}
|
||||
"name": "jacdac-dc-voltage-measurement",
|
||||
"version": "1.9.26",
|
||||
"description": "A service that reports a voltage measurement.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.g.ts",
|
||||
"_locales/de/jacdac-dc-voltage-measurement-strings.json"
|
||||
],
|
||||
"supportedTargets": [
|
||||
"microbit",
|
||||
"arcade",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "jacdac-microbit",
|
||||
"version": "1.9.25",
|
||||
"version": "1.9.26",
|
||||
"description": "Jacdac servers for micro:bit V2 sensors.",
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
|
|
|
@ -1,28 +1,28 @@
|
|||
{
|
||||
"name": "jacdac-distance",
|
||||
"version": "1.9.25",
|
||||
"description": "A sensor that determines the distance of an object without any physical contact involved.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.ts",
|
||||
"clients.ts",
|
||||
"_locales/de/jacdac-distance-strings.json"
|
||||
],
|
||||
"supportedTargets": [
|
||||
"arcade",
|
||||
"microbit",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
},
|
||||
"testFiles": [
|
||||
"test.microbit.ts"
|
||||
],
|
||||
"testDependencies": {},
|
||||
"fileDependencies": {
|
||||
"test.microbit.ts": "target:microbit || target:calliopemini"
|
||||
}
|
||||
}
|
||||
"name": "jacdac-distance",
|
||||
"version": "1.9.26",
|
||||
"description": "A sensor that determines the distance of an object without any physical contact involved.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.ts",
|
||||
"clients.ts",
|
||||
"_locales/de/jacdac-distance-strings.json"
|
||||
],
|
||||
"supportedTargets": [
|
||||
"arcade",
|
||||
"microbit",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
},
|
||||
"testFiles": [
|
||||
"test.microbit.ts"
|
||||
],
|
||||
"testDependencies": {},
|
||||
"fileDependencies": {
|
||||
"test.microbit.ts": "target:microbit || target:calliopemini"
|
||||
}
|
||||
}
|
||||
|
|
44
dmx/pxt.json
44
dmx/pxt.json
|
@ -1,23 +1,23 @@
|
|||
{
|
||||
"name": "jacdac-dmx",
|
||||
"version": "1.9.25",
|
||||
"description": "A service that can send DMX512-A packets with limited size. This service is designed to allow tinkering with a few DMX devices, but only allows 235 channels. More about DMX at https://en.wikipedia.org/wiki/DMX512.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.g.ts",
|
||||
"_locales/de/jacdac-dmx-strings.json"
|
||||
],
|
||||
"supportedTargets": [
|
||||
"arcade",
|
||||
"microbit",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
},
|
||||
"testDependencies": {
|
||||
"nucleo-f411re": "*"
|
||||
}
|
||||
}
|
||||
"name": "jacdac-dmx",
|
||||
"version": "1.9.26",
|
||||
"description": "A service that can send DMX512-A packets with limited size. This service is designed to allow tinkering with a few DMX devices, but only allows 235 channels. More about DMX at https://en.wikipedia.org/wiki/DMX512.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.g.ts",
|
||||
"_locales/de/jacdac-dmx-strings.json"
|
||||
],
|
||||
"supportedTargets": [
|
||||
"arcade",
|
||||
"microbit",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
},
|
||||
"testDependencies": {
|
||||
"nucleo-f411re": "*"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,23 +1,23 @@
|
|||
{
|
||||
"name": "jacdac-dot-matrix",
|
||||
"version": "1.9.25",
|
||||
"description": "A rectangular dot matrix display, made of monochrome LEDs or braille pins.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.ts",
|
||||
"_locales/de/jacdac-dot-matrix-strings.json"
|
||||
],
|
||||
"testFiles": [
|
||||
"test.ts"
|
||||
],
|
||||
"supportedTargets": [
|
||||
"microbit",
|
||||
"arcade",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
}
|
||||
}
|
||||
"name": "jacdac-dot-matrix",
|
||||
"version": "1.9.26",
|
||||
"description": "A rectangular dot matrix display, made of monochrome LEDs or braille pins.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.ts",
|
||||
"_locales/de/jacdac-dot-matrix-strings.json"
|
||||
],
|
||||
"testFiles": [
|
||||
"test.ts"
|
||||
],
|
||||
"supportedTargets": [
|
||||
"microbit",
|
||||
"arcade",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,23 +1,23 @@
|
|||
{
|
||||
"name": "jacdac-dual-motors",
|
||||
"version": "1.9.25",
|
||||
"description": "A synchronized pair of motors.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.ts",
|
||||
"_locales/de/jacdac-dual-motors-strings.json"
|
||||
],
|
||||
"testFiles": [
|
||||
"test.ts"
|
||||
],
|
||||
"supportedTargets": [
|
||||
"microbit",
|
||||
"arcade",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
}
|
||||
}
|
||||
"name": "jacdac-dual-motors",
|
||||
"version": "1.9.26",
|
||||
"description": "A synchronized pair of motors.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.ts",
|
||||
"_locales/de/jacdac-dual-motors-strings.json"
|
||||
],
|
||||
"testFiles": [
|
||||
"test.ts"
|
||||
],
|
||||
"supportedTargets": [
|
||||
"microbit",
|
||||
"arcade",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,23 +1,23 @@
|
|||
{
|
||||
"name": "jacdac-e-co2",
|
||||
"version": "1.9.25",
|
||||
"description": "Measures equivalent CO₂ levels.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.g.ts",
|
||||
"_locales/de/jacdac-e-co2-strings.json"
|
||||
],
|
||||
"testFiles": [
|
||||
"test.ts"
|
||||
],
|
||||
"supportedTargets": [
|
||||
"microbit",
|
||||
"arcade",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
}
|
||||
}
|
||||
"name": "jacdac-e-co2",
|
||||
"version": "1.9.26",
|
||||
"description": "Measures equivalent CO₂ levels.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.g.ts",
|
||||
"_locales/de/jacdac-e-co2-strings.json"
|
||||
],
|
||||
"testFiles": [
|
||||
"test.ts"
|
||||
],
|
||||
"supportedTargets": [
|
||||
"microbit",
|
||||
"arcade",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,20 +1,20 @@
|
|||
{
|
||||
"name": "jacdac-flex",
|
||||
"version": "1.9.25",
|
||||
"description": "A bending or deflection sensor.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.g.ts",
|
||||
"_locales/de/jacdac-flex-strings.json"
|
||||
],
|
||||
"supportedTargets": [
|
||||
"arcade",
|
||||
"microbit",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
}
|
||||
}
|
||||
"name": "jacdac-flex",
|
||||
"version": "1.9.26",
|
||||
"description": "A bending or deflection sensor.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.g.ts",
|
||||
"_locales/de/jacdac-flex-strings.json"
|
||||
],
|
||||
"supportedTargets": [
|
||||
"arcade",
|
||||
"microbit",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "jacdac-gamepad",
|
||||
"version": "1.9.25",
|
||||
"version": "1.9.26",
|
||||
"description": "MakeCode support for Jacdac Gamepad service",
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
|
|
|
@ -1,24 +1,24 @@
|
|||
{
|
||||
"name": "jacdac-gyroscope",
|
||||
"version": "1.9.25",
|
||||
"description": "A 3-axis gyroscope.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.g.ts",
|
||||
"_locales/de/jacdac-gyroscope-strings.json"
|
||||
],
|
||||
"testFiles": [],
|
||||
"supportedTargets": [
|
||||
"arcade",
|
||||
"microbit",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
},
|
||||
"testDependencies": {
|
||||
"nucleo-f411re": "*"
|
||||
}
|
||||
}
|
||||
"name": "jacdac-gyroscope",
|
||||
"version": "1.9.26",
|
||||
"description": "A 3-axis gyroscope.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.g.ts",
|
||||
"_locales/de/jacdac-gyroscope-strings.json"
|
||||
],
|
||||
"testFiles": [],
|
||||
"supportedTargets": [
|
||||
"arcade",
|
||||
"microbit",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
},
|
||||
"testDependencies": {
|
||||
"nucleo-f411re": "*"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,24 +1,24 @@
|
|||
{
|
||||
"name": "jacdac-heart-rate",
|
||||
"version": "1.9.25",
|
||||
"description": "A sensor approximating the heart rate. \n\n\n**Jacdac is NOT suitable for medical devices and should NOT be used in any kind of device to diagnose or treat any medical conditions.**",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.g.ts",
|
||||
"_locales/de/jacdac-heart-rate-strings.json"
|
||||
],
|
||||
"testFiles": [],
|
||||
"supportedTargets": [
|
||||
"arcade",
|
||||
"microbit",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
},
|
||||
"testDependencies": {
|
||||
"nucleo-f411re": "*"
|
||||
}
|
||||
}
|
||||
"name": "jacdac-heart-rate",
|
||||
"version": "1.9.26",
|
||||
"description": "A sensor approximating the heart rate. \n\n\n**Jacdac is NOT suitable for medical devices and should NOT be used in any kind of device to diagnose or treat any medical conditions.**",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.g.ts",
|
||||
"_locales/de/jacdac-heart-rate-strings.json"
|
||||
],
|
||||
"testFiles": [],
|
||||
"supportedTargets": [
|
||||
"arcade",
|
||||
"microbit",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
},
|
||||
"testDependencies": {
|
||||
"nucleo-f411re": "*"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "jacdac-hid-joystick-server",
|
||||
"version": "1.9.25",
|
||||
"version": "1.9.26",
|
||||
"description": "MakeCode support for Jacdac HID joystick server",
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
|
|
|
@ -1,23 +1,23 @@
|
|||
{
|
||||
"name": "jacdac-hid-joystick",
|
||||
"version": "1.9.25",
|
||||
"description": "Controls a HID joystick.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.ts",
|
||||
"_locales/de/jacdac-hid-joystick-strings.json"
|
||||
],
|
||||
"testFiles": [
|
||||
"test.ts"
|
||||
],
|
||||
"supportedTargets": [
|
||||
"maker",
|
||||
"arcade",
|
||||
"microbit",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
}
|
||||
}
|
||||
"name": "jacdac-hid-joystick",
|
||||
"version": "1.9.26",
|
||||
"description": "Controls a HID joystick.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.ts",
|
||||
"_locales/de/jacdac-hid-joystick-strings.json"
|
||||
],
|
||||
"testFiles": [
|
||||
"test.ts"
|
||||
],
|
||||
"supportedTargets": [
|
||||
"maker",
|
||||
"arcade",
|
||||
"microbit",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "jacdac-hid-keyboard-server",
|
||||
"version": "1.9.25",
|
||||
"version": "1.9.26",
|
||||
"description": "MakeCode support for Jacdac keyboard hid server",
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "jacdac-hid-keyboard",
|
||||
"version": "1.9.25",
|
||||
"version": "1.9.26",
|
||||
"description": "MakeCode support for Jacdac HID Keyboard client",
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "jacdac-hid-mouse-server",
|
||||
"version": "1.9.25",
|
||||
"version": "1.9.26",
|
||||
"description": "MakeCode support for Jacdac mouse hid server",
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "jacdac-hid-mouse",
|
||||
"version": "1.9.25",
|
||||
"version": "1.9.26",
|
||||
"description": "MakeCode support for Jacdac HID Mouse client",
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
|
|
|
@ -1,27 +1,27 @@
|
|||
{
|
||||
"name": "jacdac-humidity",
|
||||
"version": "1.9.25",
|
||||
"description": "A sensor measuring humidity of outside environment.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.ts",
|
||||
"_locales/de/jacdac-humidity-strings.json"
|
||||
],
|
||||
"supportedTargets": [
|
||||
"arcade",
|
||||
"microbit",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
},
|
||||
"testFiles": [
|
||||
"test.microbit.ts"
|
||||
],
|
||||
"testDependencies": {},
|
||||
"fileDependencies": {
|
||||
"test.microbit.ts": "target:microbit || target:calliopemini"
|
||||
}
|
||||
}
|
||||
"name": "jacdac-humidity",
|
||||
"version": "1.9.26",
|
||||
"description": "A sensor measuring humidity of outside environment.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.ts",
|
||||
"_locales/de/jacdac-humidity-strings.json"
|
||||
],
|
||||
"supportedTargets": [
|
||||
"arcade",
|
||||
"microbit",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
},
|
||||
"testFiles": [
|
||||
"test.microbit.ts"
|
||||
],
|
||||
"testDependencies": {},
|
||||
"fileDependencies": {
|
||||
"test.microbit.ts": "target:microbit || target:calliopemini"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,24 +1,24 @@
|
|||
{
|
||||
"name": "jacdac-illuminance",
|
||||
"version": "1.9.25",
|
||||
"description": "Detects the amount of light falling onto a given surface area.\n\nNote that this is different from *luminance*, the amount of light that passes through, emits from, or reflects off an object.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.g.ts",
|
||||
"_locales/de/jacdac-illuminance-strings.json"
|
||||
],
|
||||
"testFiles": [],
|
||||
"supportedTargets": [
|
||||
"arcade",
|
||||
"microbit",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
},
|
||||
"testDependencies": {
|
||||
"nucleo-f411re": "*"
|
||||
}
|
||||
}
|
||||
"name": "jacdac-illuminance",
|
||||
"version": "1.9.26",
|
||||
"description": "Detects the amount of light falling onto a given surface area.\n\nNote that this is different from *luminance*, the amount of light that passes through, emits from, or reflects off an object.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.g.ts",
|
||||
"_locales/de/jacdac-illuminance-strings.json"
|
||||
],
|
||||
"testFiles": [],
|
||||
"supportedTargets": [
|
||||
"arcade",
|
||||
"microbit",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
},
|
||||
"testDependencies": {
|
||||
"nucleo-f411re": "*"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "jacdac-led-server",
|
||||
"version": "1.9.25",
|
||||
"version": "1.9.26",
|
||||
"description": "MakeCode support for Jacdac LED server",
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
|
|
|
@ -1,20 +1,20 @@
|
|||
{
|
||||
"name": "jacdac-led-single",
|
||||
"version": "1.9.25",
|
||||
"description": "A controller for 1 or more monochrome or RGB LEDs connected in parallel.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.ts",
|
||||
"_locales/de/jacdac-led-single-strings.json"
|
||||
],
|
||||
"supportedTargets": [
|
||||
"microbit",
|
||||
"arcade",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
}
|
||||
}
|
||||
"name": "jacdac-led-single",
|
||||
"version": "1.9.26",
|
||||
"description": "A controller for 1 or more monochrome or RGB LEDs connected in parallel.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.ts",
|
||||
"_locales/de/jacdac-led-single-strings.json"
|
||||
],
|
||||
"supportedTargets": [
|
||||
"microbit",
|
||||
"arcade",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,32 +1,32 @@
|
|||
{
|
||||
"name": "jacdac-led-strip",
|
||||
"version": "1.9.25",
|
||||
"description": "MakeCode support for Jacdac LED pixel strips",
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
},
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"encoder.ts",
|
||||
"client.ts",
|
||||
"_locales/de/jacdac-led-strip-strings.json"
|
||||
],
|
||||
"testFiles": [
|
||||
"test.microbit.ts"
|
||||
],
|
||||
"targetVersions": {
|
||||
"target": "3.1.79",
|
||||
"targetId": "microbit"
|
||||
},
|
||||
"supportedTargets": [
|
||||
"arcade",
|
||||
"maker",
|
||||
"microbit",
|
||||
"calliopemini"
|
||||
],
|
||||
"preferredEditor": "tsprj",
|
||||
"fileDependencies": {
|
||||
"test.microbit.ts": "target:microbit || target:calliopemini"
|
||||
}
|
||||
}
|
||||
"name": "jacdac-led-strip",
|
||||
"version": "1.9.26",
|
||||
"description": "MakeCode support for Jacdac LED pixel strips",
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
},
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"encoder.ts",
|
||||
"client.ts",
|
||||
"_locales/de/jacdac-led-strip-strings.json"
|
||||
],
|
||||
"testFiles": [
|
||||
"test.microbit.ts"
|
||||
],
|
||||
"targetVersions": {
|
||||
"target": "3.1.79",
|
||||
"targetId": "microbit"
|
||||
},
|
||||
"supportedTargets": [
|
||||
"arcade",
|
||||
"maker",
|
||||
"microbit",
|
||||
"calliopemini"
|
||||
],
|
||||
"preferredEditor": "tsprj",
|
||||
"fileDependencies": {
|
||||
"test.microbit.ts": "target:microbit || target:calliopemini"
|
||||
}
|
||||
}
|
||||
|
|
50
led/pxt.json
50
led/pxt.json
|
@ -1,26 +1,26 @@
|
|||
{
|
||||
"name": "jacdac-led",
|
||||
"version": "1.9.25",
|
||||
"description": "A controller for 1 or more monochrome or RGB LEDs connected in parallel.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.ts",
|
||||
"_locales/de/jacdac-led-strings.json"
|
||||
],
|
||||
"testFiles": [
|
||||
"test.microbit.ts"
|
||||
],
|
||||
"supportedTargets": [
|
||||
"arcade",
|
||||
"microbit",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"fileDependencies": {
|
||||
"test.microbit.ts": "target:microbit || target:calliopemini"
|
||||
},
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
}
|
||||
}
|
||||
"name": "jacdac-led",
|
||||
"version": "1.9.26",
|
||||
"description": "A controller for 1 or more monochrome or RGB LEDs connected in parallel.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.ts",
|
||||
"_locales/de/jacdac-led-strings.json"
|
||||
],
|
||||
"testFiles": [
|
||||
"test.microbit.ts"
|
||||
],
|
||||
"supportedTargets": [
|
||||
"arcade",
|
||||
"microbit",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"fileDependencies": {
|
||||
"test.microbit.ts": "target:microbit || target:calliopemini"
|
||||
},
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,23 +1,23 @@
|
|||
{
|
||||
"name": "jacdac-light-bulb",
|
||||
"version": "1.9.25",
|
||||
"description": "A light bulb controller.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.g.ts",
|
||||
"_locales/de/jacdac-light-bulb-strings.json"
|
||||
],
|
||||
"testFiles": [
|
||||
"test.ts"
|
||||
],
|
||||
"supportedTargets": [
|
||||
"microbit",
|
||||
"arcade",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
}
|
||||
}
|
||||
"name": "jacdac-light-bulb",
|
||||
"version": "1.9.26",
|
||||
"description": "A light bulb controller.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.g.ts",
|
||||
"_locales/de/jacdac-light-bulb-strings.json"
|
||||
],
|
||||
"testFiles": [
|
||||
"test.ts"
|
||||
],
|
||||
"supportedTargets": [
|
||||
"microbit",
|
||||
"arcade",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,24 +1,24 @@
|
|||
{
|
||||
"name": "jacdac-light-level",
|
||||
"version": "1.9.25",
|
||||
"description": "A sensor that measures luminosity level.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.g.ts",
|
||||
"_locales/de/jacdac-light-level-strings.json"
|
||||
],
|
||||
"testFiles": [],
|
||||
"supportedTargets": [
|
||||
"arcade",
|
||||
"microbit",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
},
|
||||
"testDependencies": {
|
||||
"nucleo-f411re": "*"
|
||||
}
|
||||
}
|
||||
"name": "jacdac-light-level",
|
||||
"version": "1.9.26",
|
||||
"description": "A sensor that measures luminosity level.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.g.ts",
|
||||
"_locales/de/jacdac-light-level-strings.json"
|
||||
],
|
||||
"testFiles": [],
|
||||
"supportedTargets": [
|
||||
"arcade",
|
||||
"microbit",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
},
|
||||
"testDependencies": {
|
||||
"nucleo-f411re": "*"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,23 +1,23 @@
|
|||
{
|
||||
"name": "jacdac-magnetic-field-level",
|
||||
"version": "1.9.25",
|
||||
"description": "A sensor that measures strength and polarity of magnetic field.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.g.ts",
|
||||
"_locales/de/jacdac-magnetic-field-level-strings.json"
|
||||
],
|
||||
"testFiles": [
|
||||
"test.ts"
|
||||
],
|
||||
"supportedTargets": [
|
||||
"microbit",
|
||||
"arcade",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
}
|
||||
}
|
||||
"name": "jacdac-magnetic-field-level",
|
||||
"version": "1.9.26",
|
||||
"description": "A sensor that measures strength and polarity of magnetic field.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.g.ts",
|
||||
"_locales/de/jacdac-magnetic-field-level-strings.json"
|
||||
],
|
||||
"testFiles": [
|
||||
"test.ts"
|
||||
],
|
||||
"supportedTargets": [
|
||||
"microbit",
|
||||
"arcade",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,24 +1,24 @@
|
|||
{
|
||||
"name": "jacdac-magnetomer",
|
||||
"version": "1.9.25",
|
||||
"description": "A 3-axis magnetometer.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.g.ts",
|
||||
"_locales/de/jacdac-magnetomer-strings.json"
|
||||
],
|
||||
"testFiles": [],
|
||||
"supportedTargets": [
|
||||
"arcade",
|
||||
"microbit",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
},
|
||||
"testDependencies": {
|
||||
"nucleo-f411re": "*"
|
||||
}
|
||||
}
|
||||
"name": "jacdac-magnetomer",
|
||||
"version": "1.9.26",
|
||||
"description": "A 3-axis magnetometer.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.g.ts",
|
||||
"_locales/de/jacdac-magnetomer-strings.json"
|
||||
],
|
||||
"testFiles": [],
|
||||
"supportedTargets": [
|
||||
"arcade",
|
||||
"microbit",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
},
|
||||
"testDependencies": {
|
||||
"nucleo-f411re": "*"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,21 +1,21 @@
|
|||
{
|
||||
"name": "jacdac-model-runner",
|
||||
"version": "1.9.25",
|
||||
"description": "MakeCode support for Jacdac Model runner service",
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
},
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.ts",
|
||||
"_locales/de/jacdac-model-runner-strings.json"
|
||||
],
|
||||
"supportedTargets": [
|
||||
"arcade",
|
||||
"maker",
|
||||
"microbit",
|
||||
"calliopemini"
|
||||
],
|
||||
"preferredEditor": "tsprj"
|
||||
}
|
||||
"name": "jacdac-model-runner",
|
||||
"version": "1.9.26",
|
||||
"description": "MakeCode support for Jacdac Model runner service",
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
},
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.ts",
|
||||
"_locales/de/jacdac-model-runner-strings.json"
|
||||
],
|
||||
"supportedTargets": [
|
||||
"arcade",
|
||||
"maker",
|
||||
"microbit",
|
||||
"calliopemini"
|
||||
],
|
||||
"preferredEditor": "tsprj"
|
||||
}
|
||||
|
|
|
@ -1,24 +1,24 @@
|
|||
{
|
||||
"name": "jacdac-motion",
|
||||
"version": "1.9.25",
|
||||
"description": "A sensor, typically PIR, that detects object motion within a certain range",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.g.ts",
|
||||
"_locales/de/jacdac-motion-strings.json"
|
||||
],
|
||||
"testFiles": [],
|
||||
"supportedTargets": [
|
||||
"arcade",
|
||||
"microbit",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
},
|
||||
"testDependencies": {
|
||||
"nucleo-f411re": "*"
|
||||
}
|
||||
}
|
||||
"name": "jacdac-motion",
|
||||
"version": "1.9.26",
|
||||
"description": "A sensor, typically PIR, that detects object motion within a certain range",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.g.ts",
|
||||
"_locales/de/jacdac-motion-strings.json"
|
||||
],
|
||||
"testFiles": [],
|
||||
"supportedTargets": [
|
||||
"arcade",
|
||||
"microbit",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
},
|
||||
"testDependencies": {
|
||||
"nucleo-f411re": "*"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,21 +1,21 @@
|
|||
{
|
||||
"name": "jacdac-motor",
|
||||
"version": "1.9.25",
|
||||
"description": "MakeCode support for Jacdac Motor service",
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
},
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.ts",
|
||||
"_locales/de/jacdac-motor-strings.json"
|
||||
],
|
||||
"supportedTargets": [
|
||||
"arcade",
|
||||
"maker",
|
||||
"microbit",
|
||||
"calliopemini"
|
||||
],
|
||||
"preferredEditor": "tsprj"
|
||||
}
|
||||
"name": "jacdac-motor",
|
||||
"version": "1.9.26",
|
||||
"description": "MakeCode support for Jacdac Motor service",
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
},
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.ts",
|
||||
"_locales/de/jacdac-motor-strings.json"
|
||||
],
|
||||
"supportedTargets": [
|
||||
"arcade",
|
||||
"maker",
|
||||
"microbit",
|
||||
"calliopemini"
|
||||
],
|
||||
"preferredEditor": "tsprj"
|
||||
}
|
||||
|
|
|
@ -1,21 +1,21 @@
|
|||
{
|
||||
"name": "jacdac-multitouch",
|
||||
"version": "1.9.25",
|
||||
"description": "MakeCode support for Jacdac Multi Touch service",
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
},
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.ts",
|
||||
"_locales/de/jacdac-multitouch-strings.json"
|
||||
],
|
||||
"supportedTargets": [
|
||||
"arcade",
|
||||
"maker",
|
||||
"microbit",
|
||||
"calliopemini"
|
||||
],
|
||||
"preferredEditor": "tsprj"
|
||||
}
|
||||
"name": "jacdac-multitouch",
|
||||
"version": "1.9.26",
|
||||
"description": "MakeCode support for Jacdac Multi Touch service",
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
},
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.ts",
|
||||
"_locales/de/jacdac-multitouch-strings.json"
|
||||
],
|
||||
"supportedTargets": [
|
||||
"arcade",
|
||||
"maker",
|
||||
"microbit",
|
||||
"calliopemini"
|
||||
],
|
||||
"preferredEditor": "tsprj"
|
||||
}
|
||||
|
|
|
@ -1,21 +1,21 @@
|
|||
{
|
||||
"name": "jacdac-pccontroller",
|
||||
"version": "1.9.25",
|
||||
"description": "Send various events to PC, including opening a URL, start an app, sending text, etc.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.g.ts",
|
||||
"_locales/de/jacdac-pccontroller-strings.json"
|
||||
],
|
||||
"testFiles": [],
|
||||
"supportedTargets": [
|
||||
"microbit",
|
||||
"arcade",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
}
|
||||
}
|
||||
"name": "jacdac-pccontroller",
|
||||
"version": "1.9.26",
|
||||
"description": "Send various events to PC, including opening a URL, start an app, sending text, etc.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.g.ts",
|
||||
"_locales/de/jacdac-pccontroller-strings.json"
|
||||
],
|
||||
"testFiles": [],
|
||||
"supportedTargets": [
|
||||
"microbit",
|
||||
"arcade",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,21 +1,21 @@
|
|||
{
|
||||
"name": "jacdac-pcmonitor",
|
||||
"version": "1.9.25",
|
||||
"description": "Measures PC monitor.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.g.ts",
|
||||
"_locales/de/jacdac-pcmonitor-strings.json"
|
||||
],
|
||||
"testFiles": [],
|
||||
"supportedTargets": [
|
||||
"microbit",
|
||||
"arcade",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
}
|
||||
}
|
||||
"name": "jacdac-pcmonitor",
|
||||
"version": "1.9.26",
|
||||
"description": "Measures PC monitor.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.g.ts",
|
||||
"_locales/de/jacdac-pcmonitor-strings.json"
|
||||
],
|
||||
"testFiles": [],
|
||||
"supportedTargets": [
|
||||
"microbit",
|
||||
"arcade",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,21 +1,21 @@
|
|||
{
|
||||
"name": "jacdac-planar-position",
|
||||
"version": "1.9.25",
|
||||
"description": "A sensor that repors 2D position, typically an optical mouse tracking sensor.\n\nThe sensor starts at an arbitrary origin (0,0) and reports the distance from that origin.\n\nThe `streaming_interval` is respected when the position is changing. When the position is not changing, the streaming interval may be throttled to `500ms`.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.g.ts",
|
||||
"_locales/de/jacdac-planar-position-strings.json"
|
||||
],
|
||||
"testFiles": [],
|
||||
"supportedTargets": [
|
||||
"microbit",
|
||||
"arcade",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
}
|
||||
}
|
||||
"name": "jacdac-planar-position",
|
||||
"version": "1.9.26",
|
||||
"description": "A sensor that repors 2D position, typically an optical mouse tracking sensor.\n\nThe sensor starts at an arbitrary origin (0,0) and reports the distance from that origin.\n\nThe `streaming_interval` is respected when the position is changing. When the position is not changing, the streaming interval may be throttled to `500ms`.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.g.ts",
|
||||
"_locales/de/jacdac-planar-position-strings.json"
|
||||
],
|
||||
"testFiles": [],
|
||||
"supportedTargets": [
|
||||
"microbit",
|
||||
"arcade",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,21 +1,21 @@
|
|||
{
|
||||
"name": "jacdac-potentiometer",
|
||||
"version": "1.9.25",
|
||||
"description": "Jacdac potentiometer service",
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
},
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.g.ts",
|
||||
"_locales/de/jacdac-potentiometer-strings.json"
|
||||
],
|
||||
"supportedTargets": [
|
||||
"arcade",
|
||||
"maker",
|
||||
"microbit",
|
||||
"calliopemini"
|
||||
],
|
||||
"preferredEditor": "tsprj"
|
||||
}
|
||||
"name": "jacdac-potentiometer",
|
||||
"version": "1.9.26",
|
||||
"description": "Jacdac potentiometer service",
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
},
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.g.ts",
|
||||
"_locales/de/jacdac-potentiometer-strings.json"
|
||||
],
|
||||
"supportedTargets": [
|
||||
"arcade",
|
||||
"maker",
|
||||
"microbit",
|
||||
"calliopemini"
|
||||
],
|
||||
"preferredEditor": "tsprj"
|
||||
}
|
||||
|
|
|
@ -1,24 +1,24 @@
|
|||
{
|
||||
"name": "jacdac-pulse-oximeter",
|
||||
"version": "1.9.25",
|
||||
"description": "A sensor approximating the oxygen level. \n\n**Jacdac is not suitable for medical devices and should NOT be used in any kind of device to diagnose or treat any medical conditions.**",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.g.ts",
|
||||
"_locales/de/jacdac-pulse-oximeter-strings.json"
|
||||
],
|
||||
"testFiles": [],
|
||||
"supportedTargets": [
|
||||
"arcade",
|
||||
"microbit",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
},
|
||||
"testDependencies": {
|
||||
"nucleo-f411re": "*"
|
||||
}
|
||||
}
|
||||
"name": "jacdac-pulse-oximeter",
|
||||
"version": "1.9.26",
|
||||
"description": "A sensor approximating the oxygen level. \n\n**Jacdac is not suitable for medical devices and should NOT be used in any kind of device to diagnose or treat any medical conditions.**",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.g.ts",
|
||||
"_locales/de/jacdac-pulse-oximeter-strings.json"
|
||||
],
|
||||
"testFiles": [],
|
||||
"supportedTargets": [
|
||||
"arcade",
|
||||
"microbit",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
},
|
||||
"testDependencies": {
|
||||
"nucleo-f411re": "*"
|
||||
}
|
||||
}
|
||||
|
|
246
pxt.json
246
pxt.json
|
@ -1,125 +1,125 @@
|
|||
{
|
||||
"name": "jacdac",
|
||||
"version": "1.9.25",
|
||||
"description": "Jacdac for MakeCode",
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"settings": "*"
|
||||
},
|
||||
"files": [
|
||||
"README.md",
|
||||
"jdlow.c",
|
||||
"jdlow.h",
|
||||
"jdprotocol.h",
|
||||
"jdutil.c",
|
||||
"app.cpp",
|
||||
"hw.cpp",
|
||||
"led.cpp",
|
||||
"hw-esp32.c",
|
||||
"jdsim.ts",
|
||||
"nonmaker.ts",
|
||||
"maker.ts",
|
||||
"hw.h",
|
||||
"mbbridge.h",
|
||||
"mbbridge.cpp",
|
||||
"JacdacBLE.h",
|
||||
"JacdacBLE.cpp",
|
||||
"jdble.cpp",
|
||||
"microbit.ts",
|
||||
"calliopemini.ts",
|
||||
"mbcompat.ts",
|
||||
"commands.ts",
|
||||
"config.ts",
|
||||
"packet.ts",
|
||||
"pack.ts",
|
||||
"service.ts",
|
||||
"pipes.ts",
|
||||
"diagnostics.ts",
|
||||
"eventqueue.ts",
|
||||
"ns.ts",
|
||||
"system/constants.ts",
|
||||
"base/constants.ts",
|
||||
"infrastructure/constants.ts",
|
||||
"proxy/constants.ts",
|
||||
"infrastructure/constants.ts",
|
||||
"bootloader/constants.ts",
|
||||
"control/constants.ts",
|
||||
"logger/constants.ts",
|
||||
"logger/client.ts",
|
||||
"logger-server/server.ts",
|
||||
"settings/constants.ts",
|
||||
"settings/client.ts",
|
||||
"settings-server/server.ts",
|
||||
"sensor/constants.ts",
|
||||
"sensor/client.ts",
|
||||
"sensor/server.ts",
|
||||
"role-manager/constants.ts",
|
||||
"rolemgr.ts",
|
||||
"proto-test/constants.ts",
|
||||
"proto-test/server.ts",
|
||||
"unique-brain/constants.ts",
|
||||
"bridge/constants.ts",
|
||||
"routing.ts",
|
||||
"eventsource.ts",
|
||||
"servers.ts",
|
||||
"version.ts",
|
||||
"button/button-smasher.md",
|
||||
"_locales/de/jacdac-strings.json"
|
||||
],
|
||||
"testFiles": [
|
||||
"test.microbit.ts",
|
||||
"test.ts"
|
||||
],
|
||||
"testDependencies": {},
|
||||
"fileDependencies": {
|
||||
"mbcompat.ts": "target:microbit || target:calliopemini",
|
||||
"microbit.ts": "target:microbit",
|
||||
"calliopemini.ts": "target:calliopemini",
|
||||
"nonmaker.ts": "!target:maker",
|
||||
"maker.ts": "target:maker",
|
||||
"test.microbit.ts": "target:microbit || target:calliopemini",
|
||||
"hw.cpp": "!core---esp32 && !core---esp32s2",
|
||||
"hw-esp32.c": "core---esp32 || core---esp32s2"
|
||||
},
|
||||
"public": true,
|
||||
"targetVersions": {
|
||||
"target": "4.0.11",
|
||||
"targetId": "microbit"
|
||||
},
|
||||
"supportedTargets": [
|
||||
"arcade",
|
||||
"maker",
|
||||
"microbit",
|
||||
"calliopemini"
|
||||
],
|
||||
"preferredEditor": "tsprj",
|
||||
"disablesVariants": [
|
||||
"mbdal"
|
||||
],
|
||||
"binaryonly": true,
|
||||
"extension": {
|
||||
"namespace": "modules",
|
||||
"label": "Configure",
|
||||
"group": "Roles",
|
||||
"url": "https://microsoft.github.io/jacdac-docs/tools/makecode-editor-extension",
|
||||
"localUrl": "http://localhost:8000/tools/makecode-editor-extension"
|
||||
},
|
||||
"yotta": {
|
||||
"config": {
|
||||
"JACDAC_WEBUSB": 1,
|
||||
"JACDAC_SWS_TRANSPORT": 1,
|
||||
"microbit-dal": {
|
||||
"bluetooth": {
|
||||
"enabled": 0
|
||||
}
|
||||
},
|
||||
"optionalConfig": {
|
||||
"microbit-dal": {
|
||||
"bluetooth": {
|
||||
"enabled": 0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
"name": "jacdac",
|
||||
"version": "1.9.26",
|
||||
"description": "Jacdac for MakeCode",
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"settings": "*"
|
||||
},
|
||||
"files": [
|
||||
"README.md",
|
||||
"jdlow.c",
|
||||
"jdlow.h",
|
||||
"jdprotocol.h",
|
||||
"jdutil.c",
|
||||
"app.cpp",
|
||||
"hw.cpp",
|
||||
"led.cpp",
|
||||
"hw-esp32.c",
|
||||
"jdsim.ts",
|
||||
"nonmaker.ts",
|
||||
"maker.ts",
|
||||
"hw.h",
|
||||
"mbbridge.h",
|
||||
"mbbridge.cpp",
|
||||
"JacdacBLE.h",
|
||||
"JacdacBLE.cpp",
|
||||
"jdble.cpp",
|
||||
"microbit.ts",
|
||||
"calliopemini.ts",
|
||||
"mbcompat.ts",
|
||||
"commands.ts",
|
||||
"config.ts",
|
||||
"packet.ts",
|
||||
"pack.ts",
|
||||
"service.ts",
|
||||
"pipes.ts",
|
||||
"diagnostics.ts",
|
||||
"eventqueue.ts",
|
||||
"ns.ts",
|
||||
"system/constants.ts",
|
||||
"base/constants.ts",
|
||||
"infrastructure/constants.ts",
|
||||
"proxy/constants.ts",
|
||||
"infrastructure/constants.ts",
|
||||
"bootloader/constants.ts",
|
||||
"control/constants.ts",
|
||||
"logger/constants.ts",
|
||||
"logger/client.ts",
|
||||
"logger-server/server.ts",
|
||||
"settings/constants.ts",
|
||||
"settings/client.ts",
|
||||
"settings-server/server.ts",
|
||||
"sensor/constants.ts",
|
||||
"sensor/client.ts",
|
||||
"sensor/server.ts",
|
||||
"role-manager/constants.ts",
|
||||
"rolemgr.ts",
|
||||
"proto-test/constants.ts",
|
||||
"proto-test/server.ts",
|
||||
"unique-brain/constants.ts",
|
||||
"bridge/constants.ts",
|
||||
"routing.ts",
|
||||
"eventsource.ts",
|
||||
"servers.ts",
|
||||
"version.ts",
|
||||
"button/button-smasher.md",
|
||||
"_locales/de/jacdac-strings.json"
|
||||
],
|
||||
"testFiles": [
|
||||
"test.microbit.ts",
|
||||
"test.ts"
|
||||
],
|
||||
"testDependencies": {},
|
||||
"fileDependencies": {
|
||||
"mbcompat.ts": "target:microbit || target:calliopemini",
|
||||
"microbit.ts": "target:microbit",
|
||||
"calliopemini.ts": "target:calliopemini",
|
||||
"nonmaker.ts": "!target:maker",
|
||||
"maker.ts": "target:maker",
|
||||
"test.microbit.ts": "target:microbit || target:calliopemini",
|
||||
"hw.cpp": "!core---esp32 && !core---esp32s2",
|
||||
"hw-esp32.c": "core---esp32 || core---esp32s2"
|
||||
},
|
||||
"public": true,
|
||||
"targetVersions": {
|
||||
"target": "4.0.11",
|
||||
"targetId": "microbit"
|
||||
},
|
||||
"supportedTargets": [
|
||||
"arcade",
|
||||
"maker",
|
||||
"microbit",
|
||||
"calliopemini"
|
||||
],
|
||||
"preferredEditor": "tsprj",
|
||||
"disablesVariants": [
|
||||
"mbdal"
|
||||
],
|
||||
"binaryonly": true,
|
||||
"extension": {
|
||||
"namespace": "modules",
|
||||
"label": "Configure",
|
||||
"group": "Roles",
|
||||
"url": "https://microsoft.github.io/jacdac-docs/tools/makecode-editor-extension",
|
||||
"localUrl": "http://localhost:8000/tools/makecode-editor-extension"
|
||||
},
|
||||
"yotta": {
|
||||
"config": {
|
||||
"JACDAC_WEBUSB": 1,
|
||||
"JACDAC_SWS_TRANSPORT": 1,
|
||||
"microbit-dal": {
|
||||
"bluetooth": {
|
||||
"enabled": 0
|
||||
}
|
||||
},
|
||||
"optionalConfig": {
|
||||
"microbit-dal": {
|
||||
"bluetooth": {
|
||||
"enabled": 0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,24 +1,24 @@
|
|||
{
|
||||
"name": "jacdac-rain-gauge",
|
||||
"version": "1.9.25",
|
||||
"description": "Measures the amount of liquid precipitation over an area in a predefined period of time.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.g.ts",
|
||||
"_locales/de/jacdac-rain-gauge-strings.json"
|
||||
],
|
||||
"testFiles": [],
|
||||
"supportedTargets": [
|
||||
"arcade",
|
||||
"microbit",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
},
|
||||
"testDependencies": {
|
||||
"nucleo-f411re": "*"
|
||||
}
|
||||
}
|
||||
"name": "jacdac-rain-gauge",
|
||||
"version": "1.9.26",
|
||||
"description": "Measures the amount of liquid precipitation over an area in a predefined period of time.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.g.ts",
|
||||
"_locales/de/jacdac-rain-gauge-strings.json"
|
||||
],
|
||||
"testFiles": [],
|
||||
"supportedTargets": [
|
||||
"arcade",
|
||||
"microbit",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
},
|
||||
"testDependencies": {
|
||||
"nucleo-f411re": "*"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,24 +1,24 @@
|
|||
{
|
||||
"name": "jacdac-real-time-clock",
|
||||
"version": "1.9.25",
|
||||
"description": "Real time clock to support collecting data with precise time stamps.",
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
},
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.g.ts",
|
||||
"_locales/de/jacdac-real-time-clock-strings.json"
|
||||
],
|
||||
"testFiles": [],
|
||||
"testDependencies": {
|
||||
"nucleo-f411re": "*"
|
||||
},
|
||||
"supportedTargets": [
|
||||
"arcade",
|
||||
"microbit",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
]
|
||||
}
|
||||
"name": "jacdac-real-time-clock",
|
||||
"version": "1.9.26",
|
||||
"description": "Real time clock to support collecting data with precise time stamps.",
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
},
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.g.ts",
|
||||
"_locales/de/jacdac-real-time-clock-strings.json"
|
||||
],
|
||||
"testFiles": [],
|
||||
"testDependencies": {
|
||||
"nucleo-f411re": "*"
|
||||
},
|
||||
"supportedTargets": [
|
||||
"arcade",
|
||||
"microbit",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -1,24 +1,24 @@
|
|||
{
|
||||
"name": "jacdac-reflected-light",
|
||||
"version": "1.9.25",
|
||||
"description": "A sensor that detects light and dark surfaces, commonly used for line following robots.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.g.ts",
|
||||
"_locales/de/jacdac-reflected-light-strings.json"
|
||||
],
|
||||
"testFiles": [],
|
||||
"supportedTargets": [
|
||||
"arcade",
|
||||
"microbit",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
},
|
||||
"testDependencies": {
|
||||
"nucleo-f411re": "*"
|
||||
}
|
||||
}
|
||||
"name": "jacdac-reflected-light",
|
||||
"version": "1.9.26",
|
||||
"description": "A sensor that detects light and dark surfaces, commonly used for line following robots.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.g.ts",
|
||||
"_locales/de/jacdac-reflected-light-strings.json"
|
||||
],
|
||||
"testFiles": [],
|
||||
"supportedTargets": [
|
||||
"arcade",
|
||||
"microbit",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
},
|
||||
"testDependencies": {
|
||||
"nucleo-f411re": "*"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,26 +1,26 @@
|
|||
{
|
||||
"name": "jacdac-relay",
|
||||
"version": "1.9.25",
|
||||
"description": "A switching relay.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.g.ts",
|
||||
"_locales/de/jacdac-relay-strings.json"
|
||||
],
|
||||
"testFiles": [
|
||||
"test.ts"
|
||||
],
|
||||
"supportedTargets": [
|
||||
"arcade",
|
||||
"microbit",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
},
|
||||
"testDependencies": {
|
||||
"nucleo-f411re": "*"
|
||||
}
|
||||
}
|
||||
"name": "jacdac-relay",
|
||||
"version": "1.9.26",
|
||||
"description": "A switching relay.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.g.ts",
|
||||
"_locales/de/jacdac-relay-strings.json"
|
||||
],
|
||||
"testFiles": [
|
||||
"test.ts"
|
||||
],
|
||||
"supportedTargets": [
|
||||
"arcade",
|
||||
"microbit",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
},
|
||||
"testDependencies": {
|
||||
"nucleo-f411re": "*"
|
||||
}
|
||||
}
|
||||
|
|
38
rng/pxt.json
38
rng/pxt.json
|
@ -1,20 +1,20 @@
|
|||
{
|
||||
"name": "jacdac-rng",
|
||||
"version": "1.9.25",
|
||||
"description": "Generates random numbers using entropy sourced from physical processes.\n\nThis typically uses a cryptographical pseudo-random number generator (for example [Fortuna](<https://en.wikipedia.org/wiki/Fortuna_(PRNG)>)),\nwhich is periodically re-seeded with entropy coming from some hardware source.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.g.ts",
|
||||
"_locales/de/jacdac-rng-strings.json"
|
||||
],
|
||||
"supportedTargets": [
|
||||
"microbit",
|
||||
"arcade",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
}
|
||||
}
|
||||
"name": "jacdac-rng",
|
||||
"version": "1.9.26",
|
||||
"description": "Generates random numbers using entropy sourced from physical processes.\n\nThis typically uses a cryptographical pseudo-random number generator (for example [Fortuna](<https://en.wikipedia.org/wiki/Fortuna_(PRNG)>)),\nwhich is periodically re-seeded with entropy coming from some hardware source.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.g.ts",
|
||||
"_locales/de/jacdac-rng-strings.json"
|
||||
],
|
||||
"supportedTargets": [
|
||||
"microbit",
|
||||
"arcade",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,27 +1,27 @@
|
|||
{
|
||||
"name": "jacdac-rotary-encoder",
|
||||
"version": "1.9.25",
|
||||
"description": "An incremental rotary encoder - converts angular motion of a shaft to digital signal.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.ts",
|
||||
"clients.ts",
|
||||
"_locales/de/jacdac-rotary-encoder-strings.json"
|
||||
],
|
||||
"supportedTargets": [
|
||||
"arcade",
|
||||
"microbit",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
},
|
||||
"testFiles": [
|
||||
"test.microbit.ts"
|
||||
],
|
||||
"fileDependencies": {
|
||||
"test.microbit.ts": "target:microbit"
|
||||
}
|
||||
}
|
||||
"name": "jacdac-rotary-encoder",
|
||||
"version": "1.9.26",
|
||||
"description": "An incremental rotary encoder - converts angular motion of a shaft to digital signal.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.ts",
|
||||
"clients.ts",
|
||||
"_locales/de/jacdac-rotary-encoder-strings.json"
|
||||
],
|
||||
"supportedTargets": [
|
||||
"arcade",
|
||||
"microbit",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
},
|
||||
"testFiles": [
|
||||
"test.microbit.ts"
|
||||
],
|
||||
"fileDependencies": {
|
||||
"test.microbit.ts": "target:microbit"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,23 +1,23 @@
|
|||
{
|
||||
"name": "jacdac-sat-nav",
|
||||
"version": "1.9.25",
|
||||
"description": "A satellite-based navigation system like GPS, Gallileo, ...",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.g.ts",
|
||||
"_locales/de/jacdac-sat-nav-strings.json"
|
||||
],
|
||||
"testFiles": [
|
||||
"test.ts"
|
||||
],
|
||||
"supportedTargets": [
|
||||
"microbit",
|
||||
"arcade",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
}
|
||||
}
|
||||
"name": "jacdac-sat-nav",
|
||||
"version": "1.9.26",
|
||||
"description": "A satellite-based navigation system like GPS, Gallileo, ...",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.g.ts",
|
||||
"_locales/de/jacdac-sat-nav-strings.json"
|
||||
],
|
||||
"testFiles": [
|
||||
"test.ts"
|
||||
],
|
||||
"supportedTargets": [
|
||||
"microbit",
|
||||
"arcade",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,21 +1,21 @@
|
|||
{
|
||||
"name": "jacdac-sensor-aggregator",
|
||||
"version": "1.9.25",
|
||||
"description": "MakeCode support for Jacdac Sensor aggregator service",
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
},
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"server.ts",
|
||||
"_locales/de/jacdac-sensor-aggregator-strings.json"
|
||||
],
|
||||
"supportedTargets": [
|
||||
"arcade",
|
||||
"maker",
|
||||
"microbit",
|
||||
"calliopemini"
|
||||
],
|
||||
"preferredEditor": "tsprj"
|
||||
}
|
||||
"name": "jacdac-sensor-aggregator",
|
||||
"version": "1.9.26",
|
||||
"description": "MakeCode support for Jacdac Sensor aggregator service",
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
},
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"server.ts",
|
||||
"_locales/de/jacdac-sensor-aggregator-strings.json"
|
||||
],
|
||||
"supportedTargets": [
|
||||
"arcade",
|
||||
"maker",
|
||||
"microbit",
|
||||
"calliopemini"
|
||||
],
|
||||
"preferredEditor": "tsprj"
|
||||
}
|
||||
|
|
|
@ -1,20 +1,20 @@
|
|||
{
|
||||
"name": "jacdac-servers",
|
||||
"version": "1.9.25",
|
||||
"description": "MakeCode support for Jacdac servers",
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
},
|
||||
"files": [
|
||||
"servers.ts",
|
||||
"_locales/de/jacdac-servers-strings.json"
|
||||
],
|
||||
"supportedTargets": [
|
||||
"arcade",
|
||||
"maker",
|
||||
"microbit",
|
||||
"calliopemini"
|
||||
],
|
||||
"preferredEditor": "tsprj"
|
||||
}
|
||||
"name": "jacdac-servers",
|
||||
"version": "1.9.26",
|
||||
"description": "MakeCode support for Jacdac servers",
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
},
|
||||
"files": [
|
||||
"servers.ts",
|
||||
"_locales/de/jacdac-servers-strings.json"
|
||||
],
|
||||
"supportedTargets": [
|
||||
"arcade",
|
||||
"maker",
|
||||
"microbit",
|
||||
"calliopemini"
|
||||
],
|
||||
"preferredEditor": "tsprj"
|
||||
}
|
||||
|
|
|
@ -1,26 +1,26 @@
|
|||
{
|
||||
"name": "jacdac-servo-server",
|
||||
"version": "1.9.25",
|
||||
"description": "MakeCode support for Jacdac Servo server",
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac",
|
||||
"jacdac-servo": "github:microsoft/pxt-jacdac/servo"
|
||||
},
|
||||
"files": [
|
||||
"server.microbit.ts",
|
||||
"_locales/de/jacdac-servo-server-strings.json"
|
||||
],
|
||||
"testFiles": [
|
||||
"test.microbit.ts"
|
||||
],
|
||||
"fileDependencies": {
|
||||
"server.microbit.ts": "target:microbit || target:calliopemini",
|
||||
"test.microbit.ts": "target:microbit || target:calliopemini"
|
||||
},
|
||||
"supportedTargets": [
|
||||
"microbit",
|
||||
"calliopemini"
|
||||
],
|
||||
"preferredEditor": "tsprj"
|
||||
}
|
||||
"name": "jacdac-servo-server",
|
||||
"version": "1.9.26",
|
||||
"description": "MakeCode support for Jacdac Servo server",
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac",
|
||||
"jacdac-servo": "github:microsoft/pxt-jacdac/servo"
|
||||
},
|
||||
"files": [
|
||||
"server.microbit.ts",
|
||||
"_locales/de/jacdac-servo-server-strings.json"
|
||||
],
|
||||
"testFiles": [
|
||||
"test.microbit.ts"
|
||||
],
|
||||
"fileDependencies": {
|
||||
"server.microbit.ts": "target:microbit || target:calliopemini",
|
||||
"test.microbit.ts": "target:microbit || target:calliopemini"
|
||||
},
|
||||
"supportedTargets": [
|
||||
"microbit",
|
||||
"calliopemini"
|
||||
],
|
||||
"preferredEditor": "tsprj"
|
||||
}
|
||||
|
|
|
@ -1,28 +1,28 @@
|
|||
{
|
||||
"name": "jacdac-servo",
|
||||
"version": "1.9.25",
|
||||
"description": "MakeCode support for Jacdac Servo service",
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
},
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.ts",
|
||||
"clients.ts",
|
||||
"_locales/de/jacdac-servo-strings.json"
|
||||
],
|
||||
"testFiles": [
|
||||
"test.microbit.ts"
|
||||
],
|
||||
"supportedTargets": [
|
||||
"arcade",
|
||||
"maker",
|
||||
"microbit",
|
||||
"calliopemini"
|
||||
],
|
||||
"preferredEditor": "tsprj",
|
||||
"fileDependencies": {
|
||||
"test.microbit.ts": "target:microbit || target:calliopemini"
|
||||
}
|
||||
}
|
||||
"name": "jacdac-servo",
|
||||
"version": "1.9.26",
|
||||
"description": "MakeCode support for Jacdac Servo service",
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
},
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.ts",
|
||||
"clients.ts",
|
||||
"_locales/de/jacdac-servo-strings.json"
|
||||
],
|
||||
"testFiles": [
|
||||
"test.microbit.ts"
|
||||
],
|
||||
"supportedTargets": [
|
||||
"arcade",
|
||||
"maker",
|
||||
"microbit",
|
||||
"calliopemini"
|
||||
],
|
||||
"preferredEditor": "tsprj",
|
||||
"fileDependencies": {
|
||||
"test.microbit.ts": "target:microbit || target:calliopemini"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,26 +1,26 @@
|
|||
{
|
||||
"name": "jacdac-seven-segment-display",
|
||||
"version": "1.9.25",
|
||||
"description": "A 7-segment numeric display, with one or more digits.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.ts",
|
||||
"_locales/de/jacdac-seven-segment-display-strings.json"
|
||||
],
|
||||
"testFiles": [
|
||||
"test.microbit.ts"
|
||||
],
|
||||
"supportedTargets": [
|
||||
"microbit",
|
||||
"arcade",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
},
|
||||
"fileDependencies": {
|
||||
"test.microbit.ts": "target:microbit || target:calliopemini"
|
||||
}
|
||||
}
|
||||
"name": "jacdac-seven-segment-display",
|
||||
"version": "1.9.26",
|
||||
"description": "A 7-segment numeric display, with one or more digits.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.ts",
|
||||
"_locales/de/jacdac-seven-segment-display-strings.json"
|
||||
],
|
||||
"testFiles": [
|
||||
"test.microbit.ts"
|
||||
],
|
||||
"supportedTargets": [
|
||||
"microbit",
|
||||
"arcade",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
},
|
||||
"fileDependencies": {
|
||||
"test.microbit.ts": "target:microbit || target:calliopemini"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,24 +1,24 @@
|
|||
{
|
||||
"name": "jacdac-soil-moisture",
|
||||
"version": "1.9.25",
|
||||
"description": "A soil moisture sensor.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.g.ts",
|
||||
"_locales/de/jacdac-soil-moisture-strings.json"
|
||||
],
|
||||
"testFiles": [],
|
||||
"supportedTargets": [
|
||||
"arcade",
|
||||
"microbit",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
},
|
||||
"testDependencies": {
|
||||
"nucleo-f411re": "*"
|
||||
}
|
||||
}
|
||||
"name": "jacdac-soil-moisture",
|
||||
"version": "1.9.26",
|
||||
"description": "A soil moisture sensor.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.g.ts",
|
||||
"_locales/de/jacdac-soil-moisture-strings.json"
|
||||
],
|
||||
"testFiles": [],
|
||||
"supportedTargets": [
|
||||
"arcade",
|
||||
"microbit",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
},
|
||||
"testDependencies": {
|
||||
"nucleo-f411re": "*"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,23 +1,23 @@
|
|||
{
|
||||
"name": "jacdac-solenoid",
|
||||
"version": "1.9.25",
|
||||
"description": "A push-pull solenoid is a type of relay that pulls a coil when activated.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.g.ts",
|
||||
"_locales/de/jacdac-solenoid-strings.json"
|
||||
],
|
||||
"supportedTargets": [
|
||||
"arcade",
|
||||
"microbit",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
},
|
||||
"testDependencies": {
|
||||
"nucleo-f411re": "*"
|
||||
}
|
||||
}
|
||||
"name": "jacdac-solenoid",
|
||||
"version": "1.9.26",
|
||||
"description": "A push-pull solenoid is a type of relay that pulls a coil when activated.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.g.ts",
|
||||
"_locales/de/jacdac-solenoid-strings.json"
|
||||
],
|
||||
"supportedTargets": [
|
||||
"arcade",
|
||||
"microbit",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
},
|
||||
"testDependencies": {
|
||||
"nucleo-f411re": "*"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,21 +1,21 @@
|
|||
{
|
||||
"name": "jacdac-sound-level",
|
||||
"version": "1.9.25",
|
||||
"description": "Jacdac sound level service",
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
},
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.g.ts",
|
||||
"_locales/de/jacdac-sound-level-strings.json"
|
||||
],
|
||||
"supportedTargets": [
|
||||
"arcade",
|
||||
"maker",
|
||||
"microbit",
|
||||
"calliopemini"
|
||||
],
|
||||
"preferredEditor": "tsprj"
|
||||
}
|
||||
"name": "jacdac-sound-level",
|
||||
"version": "1.9.26",
|
||||
"description": "Jacdac sound level service",
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
},
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.g.ts",
|
||||
"_locales/de/jacdac-sound-level-strings.json"
|
||||
],
|
||||
"supportedTargets": [
|
||||
"arcade",
|
||||
"maker",
|
||||
"microbit",
|
||||
"calliopemini"
|
||||
],
|
||||
"preferredEditor": "tsprj"
|
||||
}
|
||||
|
|
|
@ -1,23 +1,23 @@
|
|||
{
|
||||
"name": "jacdac-speech-synthesis",
|
||||
"version": "1.9.25",
|
||||
"description": "A speech synthesizer",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.g.ts",
|
||||
"_locales/de/jacdac-speech-synthesis-strings.json"
|
||||
],
|
||||
"supportedTargets": [
|
||||
"arcade",
|
||||
"microbit",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
},
|
||||
"testDependencies": {
|
||||
"nucleo-f411re": "*"
|
||||
}
|
||||
}
|
||||
"name": "jacdac-speech-synthesis",
|
||||
"version": "1.9.26",
|
||||
"description": "A speech synthesizer",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.g.ts",
|
||||
"_locales/de/jacdac-speech-synthesis-strings.json"
|
||||
],
|
||||
"supportedTargets": [
|
||||
"arcade",
|
||||
"microbit",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
},
|
||||
"testDependencies": {
|
||||
"nucleo-f411re": "*"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,20 +1,20 @@
|
|||
{
|
||||
"name": "jacdac-switch",
|
||||
"version": "1.9.25",
|
||||
"description": "A switch, which keeps its position.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.g.ts",
|
||||
"_locales/de/jacdac-switch-strings.json"
|
||||
],
|
||||
"supportedTargets": [
|
||||
"microbit",
|
||||
"arcade",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
}
|
||||
}
|
||||
"name": "jacdac-switch",
|
||||
"version": "1.9.26",
|
||||
"description": "A switch, which keeps its position.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.g.ts",
|
||||
"_locales/de/jacdac-switch-strings.json"
|
||||
],
|
||||
"supportedTargets": [
|
||||
"microbit",
|
||||
"arcade",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "jacdac-tcp",
|
||||
"version": "1.9.25",
|
||||
"version": "1.9.26",
|
||||
"description": "MakeCode support for Jacdac TCP service",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
|
|
|
@ -1,27 +1,27 @@
|
|||
{
|
||||
"name": "jacdac-temperature",
|
||||
"version": "1.9.25",
|
||||
"description": "A thermometer measuring outside or inside environment.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.ts",
|
||||
"_locales/de/jacdac-temperature-strings.json"
|
||||
],
|
||||
"supportedTargets": [
|
||||
"microbit",
|
||||
"arcade",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
},
|
||||
"testFiles": [
|
||||
"test.microbit.ts"
|
||||
],
|
||||
"testDependencies": {},
|
||||
"fileDependencies": {
|
||||
"test.microbit.ts": "target:microbit || target:calliopemini"
|
||||
}
|
||||
}
|
||||
"name": "jacdac-temperature",
|
||||
"version": "1.9.26",
|
||||
"description": "A thermometer measuring outside or inside environment.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.ts",
|
||||
"_locales/de/jacdac-temperature-strings.json"
|
||||
],
|
||||
"supportedTargets": [
|
||||
"microbit",
|
||||
"arcade",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
},
|
||||
"testFiles": [
|
||||
"test.microbit.ts"
|
||||
],
|
||||
"testDependencies": {},
|
||||
"fileDependencies": {
|
||||
"test.microbit.ts": "target:microbit || target:calliopemini"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "jacdac-dongle",
|
||||
"version": "1.9.25",
|
||||
"version": "1.9.26",
|
||||
"description": "",
|
||||
"dependencies": {
|
||||
"jacdac-brain-rp2040": "*",
|
||||
|
|
|
@ -26,5 +26,5 @@
|
|||
"calliopemini"
|
||||
],
|
||||
"preferredEditor": "tsprj",
|
||||
"version": "1.9.25"
|
||||
"version": "1.9.26"
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "jacdac-hid-events",
|
||||
"version": "1.9.25",
|
||||
"version": "1.9.26",
|
||||
"description": "Mapping Events to Hid Keyboard keys.",
|
||||
"files": [
|
||||
"hidevents.ts"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "jacdac-hid-joystick",
|
||||
"version": "1.9.25",
|
||||
"version": "1.9.26",
|
||||
"description": "HID joystick server",
|
||||
"files": [
|
||||
"config.f4.ts",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "jacdac-hid-servers",
|
||||
"version": "1.9.25",
|
||||
"version": "1.9.26",
|
||||
"description": "HID Keyboard, mouse servers",
|
||||
"files": [
|
||||
"config.f4.ts",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "jacdac-microbit-jukebox",
|
||||
"version": "1.9.25",
|
||||
"version": "1.9.26",
|
||||
"description": "",
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
|
@ -61,7 +61,10 @@
|
|||
"target": "4.0.11",
|
||||
"targetId": "microbit"
|
||||
},
|
||||
"supportedTargets": ["microbit", "calliopemini"],
|
||||
"supportedTargets": [
|
||||
"microbit",
|
||||
"calliopemini"
|
||||
],
|
||||
"fileDependencies": {
|
||||
"microbit.ts": "target:microbit",
|
||||
"calliopemini.ts": "target:calliopemini"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "jacdac-microbit-microcode-servers",
|
||||
"version": "1.9.25",
|
||||
"version": "1.9.26",
|
||||
"description": "",
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "jacdac-microbit-oob",
|
||||
"version": "1.9.25",
|
||||
"version": "1.9.26",
|
||||
"description": "",
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "jacdac-multitool",
|
||||
"version": "1.9.25",
|
||||
"version": "1.9.26",
|
||||
"description": "",
|
||||
"dependencies": {
|
||||
"hw": "*",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "jacdac-uploader",
|
||||
"version": "1.9.25",
|
||||
"version": "1.9.26",
|
||||
"description": "",
|
||||
"dependencies": {
|
||||
"jacdac-iot-s2": "*",
|
||||
|
|
|
@ -1,20 +1,20 @@
|
|||
{
|
||||
"name": "jacdac-traffic-light",
|
||||
"version": "1.9.25",
|
||||
"description": "Controls a mini traffic with a red, orange and green LED.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.ts",
|
||||
"_locales/de/jacdac-traffic-light-strings.json"
|
||||
],
|
||||
"supportedTargets": [
|
||||
"microbit",
|
||||
"arcade",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
}
|
||||
}
|
||||
"name": "jacdac-traffic-light",
|
||||
"version": "1.9.26",
|
||||
"description": "Controls a mini traffic with a red, orange and green LED.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.ts",
|
||||
"_locales/de/jacdac-traffic-light-strings.json"
|
||||
],
|
||||
"supportedTargets": [
|
||||
"microbit",
|
||||
"arcade",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,24 +1,24 @@
|
|||
{
|
||||
"name": "jacdac-tvoc",
|
||||
"version": "1.9.25",
|
||||
"description": "Measures equivalent Total Volatile Organic Compound levels.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.g.ts",
|
||||
"_locales/de/jacdac-tvoc-strings.json"
|
||||
],
|
||||
"testFiles": [],
|
||||
"supportedTargets": [
|
||||
"arcade",
|
||||
"microbit",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
},
|
||||
"testDependencies": {
|
||||
"nucleo-f411re": "*"
|
||||
}
|
||||
}
|
||||
"name": "jacdac-tvoc",
|
||||
"version": "1.9.26",
|
||||
"description": "Measures equivalent Total Volatile Organic Compound levels.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.g.ts",
|
||||
"_locales/de/jacdac-tvoc-strings.json"
|
||||
],
|
||||
"testFiles": [],
|
||||
"supportedTargets": [
|
||||
"arcade",
|
||||
"microbit",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
},
|
||||
"testDependencies": {
|
||||
"nucleo-f411re": "*"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,24 +1,24 @@
|
|||
{
|
||||
"name": "jacdac-uv-index",
|
||||
"version": "1.9.25",
|
||||
"description": "The UV Index is a measure of the intensity of ultraviolet (UV) rays from the Sun.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.g.ts",
|
||||
"_locales/de/jacdac-uv-index-strings.json"
|
||||
],
|
||||
"testFiles": [],
|
||||
"supportedTargets": [
|
||||
"arcade",
|
||||
"microbit",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
},
|
||||
"testDependencies": {
|
||||
"nucleo-f411re": "*"
|
||||
}
|
||||
}
|
||||
"name": "jacdac-uv-index",
|
||||
"version": "1.9.26",
|
||||
"description": "The UV Index is a measure of the intensity of ultraviolet (UV) rays from the Sun.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.g.ts",
|
||||
"_locales/de/jacdac-uv-index-strings.json"
|
||||
],
|
||||
"testFiles": [],
|
||||
"supportedTargets": [
|
||||
"arcade",
|
||||
"microbit",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
},
|
||||
"testDependencies": {
|
||||
"nucleo-f411re": "*"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -4,5 +4,5 @@ namespace jacdac {
|
|||
/**
|
||||
* Version of the package
|
||||
*/
|
||||
export const VERSION = "v1.9.25"
|
||||
export const VERSION = "v1.9.26"
|
||||
}
|
|
@ -1,23 +1,23 @@
|
|||
{
|
||||
"name": "jacdac-vibration-motor",
|
||||
"version": "1.9.25",
|
||||
"description": "A vibration motor.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.ts",
|
||||
"_locales/de/jacdac-vibration-motor-strings.json"
|
||||
],
|
||||
"testFiles": [
|
||||
"test.ts"
|
||||
],
|
||||
"supportedTargets": [
|
||||
"arcade",
|
||||
"microbit",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
}
|
||||
}
|
||||
"name": "jacdac-vibration-motor",
|
||||
"version": "1.9.26",
|
||||
"description": "A vibration motor.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.ts",
|
||||
"_locales/de/jacdac-vibration-motor-strings.json"
|
||||
],
|
||||
"testFiles": [
|
||||
"test.ts"
|
||||
],
|
||||
"supportedTargets": [
|
||||
"arcade",
|
||||
"microbit",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,24 +1,24 @@
|
|||
{
|
||||
"name": "jacdac-water-level",
|
||||
"version": "1.9.25",
|
||||
"description": "A sensor that measures liquid/water level.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.g.ts",
|
||||
"_locales/de/jacdac-water-level-strings.json"
|
||||
],
|
||||
"testFiles": [],
|
||||
"supportedTargets": [
|
||||
"arcade",
|
||||
"microbit",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
},
|
||||
"testDependencies": {
|
||||
"nucleo-f411re": "*"
|
||||
}
|
||||
}
|
||||
"name": "jacdac-water-level",
|
||||
"version": "1.9.26",
|
||||
"description": "A sensor that measures liquid/water level.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.g.ts",
|
||||
"_locales/de/jacdac-water-level-strings.json"
|
||||
],
|
||||
"testFiles": [],
|
||||
"supportedTargets": [
|
||||
"arcade",
|
||||
"microbit",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
},
|
||||
"testDependencies": {
|
||||
"nucleo-f411re": "*"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,24 +1,24 @@
|
|||
{
|
||||
"name": "jacdac-weight-scale",
|
||||
"version": "1.9.25",
|
||||
"description": "A weight measuring sensor.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.g.ts",
|
||||
"_locales/de/jacdac-weight-scale-strings.json"
|
||||
],
|
||||
"testFiles": [],
|
||||
"supportedTargets": [
|
||||
"arcade",
|
||||
"microbit",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
},
|
||||
"testDependencies": {
|
||||
"nucleo-f411re": "*"
|
||||
}
|
||||
}
|
||||
"name": "jacdac-weight-scale",
|
||||
"version": "1.9.26",
|
||||
"description": "A weight measuring sensor.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.g.ts",
|
||||
"_locales/de/jacdac-weight-scale-strings.json"
|
||||
],
|
||||
"testFiles": [],
|
||||
"supportedTargets": [
|
||||
"arcade",
|
||||
"microbit",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
},
|
||||
"testDependencies": {
|
||||
"nucleo-f411re": "*"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "jacdac-wifi-server",
|
||||
"version": "1.9.25",
|
||||
"version": "1.9.26",
|
||||
"description": "MakeCode support for Jacdac WiFi server",
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "jacdac-wifi",
|
||||
"version": "1.9.25",
|
||||
"version": "1.9.26",
|
||||
"description": "MakeCode support for Jacdac Wifi service",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
|
|
|
@ -1,24 +1,24 @@
|
|||
{
|
||||
"name": "jacdac-wind-direction",
|
||||
"version": "1.9.25",
|
||||
"description": "A sensor that measures wind direction.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.g.ts",
|
||||
"_locales/de/jacdac-wind-direction-strings.json"
|
||||
],
|
||||
"testFiles": [],
|
||||
"supportedTargets": [
|
||||
"arcade",
|
||||
"microbit",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
},
|
||||
"testDependencies": {
|
||||
"nucleo-f411re": "*"
|
||||
}
|
||||
}
|
||||
"name": "jacdac-wind-direction",
|
||||
"version": "1.9.26",
|
||||
"description": "A sensor that measures wind direction.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.g.ts",
|
||||
"_locales/de/jacdac-wind-direction-strings.json"
|
||||
],
|
||||
"testFiles": [],
|
||||
"supportedTargets": [
|
||||
"arcade",
|
||||
"microbit",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
},
|
||||
"testDependencies": {
|
||||
"nucleo-f411re": "*"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,24 +1,24 @@
|
|||
{
|
||||
"name": "jacdac-wind-speed",
|
||||
"version": "1.9.25",
|
||||
"description": "A sensor that measures wind speed.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.g.ts",
|
||||
"_locales/de/jacdac-wind-speed-strings.json"
|
||||
],
|
||||
"testFiles": [],
|
||||
"supportedTargets": [
|
||||
"arcade",
|
||||
"microbit",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
},
|
||||
"testDependencies": {
|
||||
"nucleo-f411re": "*"
|
||||
}
|
||||
}
|
||||
"name": "jacdac-wind-speed",
|
||||
"version": "1.9.26",
|
||||
"description": "A sensor that measures wind speed.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
"client.g.ts",
|
||||
"_locales/de/jacdac-wind-speed-strings.json"
|
||||
],
|
||||
"testFiles": [],
|
||||
"supportedTargets": [
|
||||
"arcade",
|
||||
"microbit",
|
||||
"maker",
|
||||
"calliopemini"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
"jacdac": "github:microsoft/pxt-jacdac"
|
||||
},
|
||||
"testDependencies": {
|
||||
"nucleo-f411re": "*"
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче