0.4.68
This commit is contained in:
Родитель
7793e2d14a
Коммит
86048d8da6
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "jacdac-accelerometer-host",
|
||||
"version": "0.4.67",
|
||||
"version": "0.4.68",
|
||||
"description": "MakeCode support for Jacdac Accelerometer server",
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "jacdac-accelerometer",
|
||||
"version": "0.4.67",
|
||||
"version": "0.4.68",
|
||||
"description": "MakeCode support for Jacdac Accelerometer service",
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "jacdac-barometer",
|
||||
"version": "0.4.67",
|
||||
"version": "0.4.68",
|
||||
"description": "A sensor measuring air pressure of outside environment.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "jacdac-bluetooth-transport",
|
||||
"version": "0.4.67",
|
||||
"version": "0.4.68",
|
||||
"description": "Support for sending Jacdac packets over BLE.",
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "jacdac-button-host",
|
||||
"version": "0.4.67",
|
||||
"version": "0.4.68",
|
||||
"description": "MakeCode support for Jacdac Button server",
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "jacdac-button",
|
||||
"version": "0.4.67",
|
||||
"version": "0.4.68",
|
||||
"description": "A push-button, which returns to inactive position when not operated anymore.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "jacdac-buzzer",
|
||||
"version": "0.4.67",
|
||||
"version": "0.4.68",
|
||||
"description": "MakeCode support for Jacdac Buzzer service",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "jacdac-characterscreen",
|
||||
"version": "0.4.67",
|
||||
"version": "0.4.68",
|
||||
"description": "A screen that displays characters.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "jacdac-compass",
|
||||
"version": "0.4.67",
|
||||
"version": "0.4.68",
|
||||
"description": "A sensor that measures the heading.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "jacdac-controller",
|
||||
"version": "0.4.67",
|
||||
"version": "0.4.68",
|
||||
"description": "MakeCode support for Jacdac Controller service",
|
||||
"files": [
|
||||
"controllerclient.ts"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "jacdac-distance",
|
||||
"version": "0.4.67",
|
||||
"version": "0.4.68",
|
||||
"description": "A sensor that determines the distance of an object without any physical contact involved.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "jacdac-dmx",
|
||||
"version": "0.4.67",
|
||||
"version": "0.4.68",
|
||||
"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",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "jacdac-eco2",
|
||||
"version": "0.4.67",
|
||||
"version": "0.4.68",
|
||||
"description": "Measures equivalent CO₂ levels.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "jacdac-gamepad",
|
||||
"version": "0.4.67",
|
||||
"version": "0.4.68",
|
||||
"description": "MakeCode support for Jacdac Gamepad service",
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "jacdac-gyroscope",
|
||||
"version": "0.4.67",
|
||||
"version": "0.4.68",
|
||||
"description": "A 3-axis gyroscope.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "jacdac-heartrate",
|
||||
"version": "0.4.67",
|
||||
"version": "0.4.68",
|
||||
"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",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "jacdac-hid-keyboard-server",
|
||||
"version": "0.4.67",
|
||||
"version": "0.4.68",
|
||||
"description": "MakeCode support for Jacdac keyboard hid server",
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "jacdac-hid-keyboard",
|
||||
"version": "0.4.67",
|
||||
"version": "0.4.68",
|
||||
"description": "MakeCode support for Jacdac HID Keyboard client",
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "jacdac-hid-mouse-server",
|
||||
"version": "0.4.67",
|
||||
"version": "0.4.68",
|
||||
"description": "MakeCode support for Jacdac mouse hid server",
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "jacdac-hid-mouse",
|
||||
"version": "0.4.67",
|
||||
"version": "0.4.68",
|
||||
"description": "MakeCode support for Jacdac HID Mouse client",
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "jacdac-humidity",
|
||||
"version": "0.4.67",
|
||||
"version": "0.4.68",
|
||||
"description": "A sensor measuring humidity of outside environment.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "jacdac-illuminance",
|
||||
"version": "0.4.67",
|
||||
"version": "0.4.68",
|
||||
"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",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "jacdac-joystick",
|
||||
"version": "0.4.67",
|
||||
"version": "0.4.68",
|
||||
"description": "A two axis directional joystick",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "jacdac-ledpixel",
|
||||
"version": "0.4.67",
|
||||
"version": "0.4.68",
|
||||
"description": "MakeCode support for Jacdac LED pixel",
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "jacdac-led",
|
||||
"version": "0.4.67",
|
||||
"version": "0.4.68",
|
||||
"description": "A controller for 1 or more monochrome or RGB LEDs connected in parallel.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "jacdac-lightlevel",
|
||||
"version": "0.4.67",
|
||||
"version": "0.4.68",
|
||||
"description": "A sensor that measures luminosity level.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "jacdac-magnetomer",
|
||||
"version": "0.4.67",
|
||||
"version": "0.4.68",
|
||||
"description": "A 3-axis magnetometer.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "jacdac-model-runner",
|
||||
"version": "0.4.67",
|
||||
"version": "0.4.68",
|
||||
"description": "MakeCode support for Jacdac Model runner service",
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "jacdac-motion",
|
||||
"version": "0.4.67",
|
||||
"version": "0.4.68",
|
||||
"description": "A sensor, typically PIR, that detects object motion within a certain range",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "jacdac-motor",
|
||||
"version": "0.4.67",
|
||||
"version": "0.4.68",
|
||||
"description": "MakeCode support for Jacdac Motor service",
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "jacdac-multitouch",
|
||||
"version": "0.4.67",
|
||||
"version": "0.4.68",
|
||||
"description": "MakeCode support for Jacdac Multi Touch service",
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "jacdac-potentiometer",
|
||||
"version": "0.4.67",
|
||||
"version": "0.4.68",
|
||||
"description": "Jacdac potentiometer service",
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "jacdac-power",
|
||||
"version": "0.4.67",
|
||||
"version": "0.4.68",
|
||||
"description": "A power-provider service.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "jacdac-pulseoximeter",
|
||||
"version": "0.4.67",
|
||||
"version": "0.4.68",
|
||||
"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",
|
||||
|
|
2
pxt.json
2
pxt.json
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "jacdac",
|
||||
"version": "0.4.67",
|
||||
"version": "0.4.68",
|
||||
"description": "Jacdac for MakeCode",
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "jacdac-raingauge",
|
||||
"version": "0.4.67",
|
||||
"version": "0.4.68",
|
||||
"description": "Measures the amount of liquid precipitation over an area in a predefined period of time.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "jacdac-realtimeclock",
|
||||
"version": "0.4.67",
|
||||
"version": "0.4.68",
|
||||
"description": "Real time clock to support collecting data with precise time stamps.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "jacdac-reflectedlight",
|
||||
"version": "0.4.67",
|
||||
"version": "0.4.68",
|
||||
"description": "A sensor that detects light and dark surfaces, commonly used for line following robots.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "jacdac-rotaryencoder",
|
||||
"version": "0.4.67",
|
||||
"version": "0.4.68",
|
||||
"description": "An incremental rotary encoder - converts angular motion of a shaft to digital signal.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "jacdac-sensor-aggregator",
|
||||
"version": "0.4.67",
|
||||
"version": "0.4.68",
|
||||
"description": "MakeCode support for Jacdac Sensor aggregator service",
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "jacdac-servo",
|
||||
"version": "0.4.67",
|
||||
"version": "0.4.68",
|
||||
"description": "MakeCode support for Jacdac Servo service",
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "jacdac-soilmoisture",
|
||||
"version": "0.4.67",
|
||||
"version": "0.4.68",
|
||||
"description": "A soil moisture sensor.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "jacdac-solenoid",
|
||||
"version": "0.4.67",
|
||||
"version": "0.4.68",
|
||||
"description": "A push-pull solenoid is a type of relay that pulls a coil when activated.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "jacdac-sound-level",
|
||||
"version": "0.4.67",
|
||||
"version": "0.4.68",
|
||||
"description": "Jacdac sound level service",
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "jacdac-tcp",
|
||||
"version": "0.4.67",
|
||||
"version": "0.4.68",
|
||||
"description": "MakeCode support for Jacdac TCP service",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "jacdac-thermocouple",
|
||||
"version": "0.4.67",
|
||||
"version": "0.4.68",
|
||||
"description": "A thermocouple using a heat probe to gather temperatures.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "jacdac-thermometer",
|
||||
"version": "0.4.67",
|
||||
"version": "0.4.68",
|
||||
"description": "MakeCode support for Jacdac Thermometer service",
|
||||
"dependencies": {
|
||||
"core": "*",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "jacdac-tvoc",
|
||||
"version": "0.4.67",
|
||||
"version": "0.4.68",
|
||||
"description": "Measures equivalent Total Volatile Organic Compound levels.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "jacdac-uvindex",
|
||||
"version": "0.4.67",
|
||||
"version": "0.4.68",
|
||||
"description": "The UV Index is a measure of the intensity of ultraviolet (UV) rays from the Sun.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "jacdac-waterlevel",
|
||||
"version": "0.4.67",
|
||||
"version": "0.4.68",
|
||||
"description": "A sensor that measures liquid/water level.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "jacdac-weightscale",
|
||||
"version": "0.4.67",
|
||||
"version": "0.4.68",
|
||||
"description": "A weight measuring sensor.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "jacdac-wifi",
|
||||
"version": "0.4.67",
|
||||
"version": "0.4.68",
|
||||
"description": "MakeCode support for Jacdac Wifi service",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "jacdac-winddirection",
|
||||
"version": "0.4.67",
|
||||
"version": "0.4.68",
|
||||
"description": "A sensor that measures wind direction.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "jacdac-windspeed",
|
||||
"version": "0.4.67",
|
||||
"version": "0.4.68",
|
||||
"description": "A sensor that measures wind speed.",
|
||||
"files": [
|
||||
"constants.ts",
|
||||
|
|
Загрузка…
Ссылка в новой задаче