-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
98 changed files
with
1,647 additions
and
1,644 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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": "*" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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": {} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
} |
Oops, something went wrong.