From 187bf4bae0ad4c1012671612b4749ced2999c0a0 Mon Sep 17 00:00:00 2001 From: pelikhan Date: Thu, 6 May 2021 08:44:20 -0700 Subject: [PATCH] 0.4.61 --- accelerometer-server/pxt.json | 2 +- accelerometer/pxt.json | 2 +- barometer/pxt.json | 2 +- button-server/pxt.json | 2 +- button/pxt.json | 2 +- buzzer/pxt.json | 2 +- character-screen/pxt.json | 2 +- compass/pxt.json | 2 +- controller/pxt.json | 2 +- distance/pxt.json | 2 +- dmx/pxt.json | 2 +- e-co2/pxt.json | 2 +- gamepad/pxt.json | 2 +- gyroscope/pxt.json | 2 +- heart-rate/pxt.json | 2 +- humidity/pxt.json | 2 +- illuminance/pxt.json | 2 +- joystick/pxt.json | 2 +- led-pixel/pxt.json | 18 ++++++++++++++---- led/pxt.json | 2 +- light-level/pxt.json | 2 +- magnetometer/pxt.json | 2 +- model-runner/pxt.json | 2 +- motion/pxt.json | 2 +- motor/pxt.json | 2 +- multitouch/pxt.json | 2 +- potentiometer/pxt.json | 2 +- power/pxt.json | 2 +- pulse-oximeter/pxt.json | 2 +- pxt.json | 2 +- rain-gauge/pxt.json | 2 +- real-time-clock/pxt.json | 2 +- reflected-light/pxt.json | 2 +- rotary-encoder/pxt.json | 2 +- sensor-aggregator/pxt.json | 2 +- servo/pxt.json | 2 +- soil-moisture/pxt.json | 2 +- solenoid/pxt.json | 2 +- sound-level/pxt.json | 2 +- tcp/pxt.json | 2 +- thermocouple/pxt.json | 2 +- thermometer/pxt.json | 2 +- tvoc/pxt.json | 2 +- uv-index/pxt.json | 2 +- water-level/pxt.json | 2 +- weight-scale/pxt.json | 2 +- wifi/pxt.json | 2 +- wind-direction/pxt.json | 2 +- wind-speed/pxt.json | 2 +- 49 files changed, 62 insertions(+), 52 deletions(-) diff --git a/accelerometer-server/pxt.json b/accelerometer-server/pxt.json index e45c1537e..3a973a430 100644 --- a/accelerometer-server/pxt.json +++ b/accelerometer-server/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-accelerometer-host", - "version": "0.4.60", + "version": "0.4.61", "description": "MakeCode support for Jacdac Accelerometer server", "dependencies": { "core": "*", diff --git a/accelerometer/pxt.json b/accelerometer/pxt.json index 633692414..1e557505a 100644 --- a/accelerometer/pxt.json +++ b/accelerometer/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-accelerometer", - "version": "0.4.60", + "version": "0.4.61", "description": "MakeCode support for Jacdac Accelerometer service", "dependencies": { "core": "*", diff --git a/barometer/pxt.json b/barometer/pxt.json index b506c8630..268827e78 100644 --- a/barometer/pxt.json +++ b/barometer/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-barometer", - "version": "0.4.60", + "version": "0.4.61", "description": "A sensor measuring air pressure of outside environment.", "files": [ "constants.ts", diff --git a/button-server/pxt.json b/button-server/pxt.json index 61be1c9b3..e685152f8 100644 --- a/button-server/pxt.json +++ b/button-server/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-button-host", - "version": "0.4.60", + "version": "0.4.61", "description": "MakeCode support for Jacdac Button server", "dependencies": { "core": "*", diff --git a/button/pxt.json b/button/pxt.json index 13a47c1e5..f2679159b 100644 --- a/button/pxt.json +++ b/button/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-button", - "version": "0.4.60", + "version": "0.4.61", "description": "A push-button, which returns to inactive position when not operated anymore.", "files": [ "constants.ts", diff --git a/buzzer/pxt.json b/buzzer/pxt.json index b5e17aa6e..e58ac1ab5 100644 --- a/buzzer/pxt.json +++ b/buzzer/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-buzzer", - "version": "0.4.60", + "version": "0.4.61", "description": "MakeCode support for Jacdac Buzzer service", "files": [ "constants.ts", diff --git a/character-screen/pxt.json b/character-screen/pxt.json index b185fe73b..9fd6fa83a 100644 --- a/character-screen/pxt.json +++ b/character-screen/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-characterscreen", - "version": "0.4.60", + "version": "0.4.61", "description": "A screen that displays characters.", "files": [ "constants.ts", diff --git a/compass/pxt.json b/compass/pxt.json index 83f9f33ae..4ac982a2b 100644 --- a/compass/pxt.json +++ b/compass/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-compass", - "version": "0.4.60", + "version": "0.4.61", "description": "A sensor that measures the heading.", "files": [ "constants.ts", diff --git a/controller/pxt.json b/controller/pxt.json index 9f2eb3d00..9f4377bb1 100644 --- a/controller/pxt.json +++ b/controller/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-controller", - "version": "0.4.60", + "version": "0.4.61", "description": "MakeCode support for Jacdac Controller service", "files": [ "controllerclient.ts" diff --git a/distance/pxt.json b/distance/pxt.json index c21a665db..2a48e93d2 100644 --- a/distance/pxt.json +++ b/distance/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-distance", - "version": "0.4.60", + "version": "0.4.61", "description": "A sensor that determines the distance of an object without any physical contact involved.", "files": [ "constants.ts", diff --git a/dmx/pxt.json b/dmx/pxt.json index 96ef45472..573bee013 100644 --- a/dmx/pxt.json +++ b/dmx/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-dmx", - "version": "0.4.60", + "version": "0.4.61", "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", diff --git a/e-co2/pxt.json b/e-co2/pxt.json index a4c7e3766..37e447b20 100644 --- a/e-co2/pxt.json +++ b/e-co2/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-eco2", - "version": "0.4.60", + "version": "0.4.61", "description": "Measures equivalent CO₂ levels.", "files": [ "constants.ts", diff --git a/gamepad/pxt.json b/gamepad/pxt.json index e8605638b..be2eb9483 100644 --- a/gamepad/pxt.json +++ b/gamepad/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-gamepad", - "version": "0.4.60", + "version": "0.4.61", "description": "MakeCode support for Jacdac Gamepad service", "dependencies": { "core": "*", diff --git a/gyroscope/pxt.json b/gyroscope/pxt.json index 33f94ebca..36334a541 100644 --- a/gyroscope/pxt.json +++ b/gyroscope/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-gyroscope", - "version": "0.4.60", + "version": "0.4.61", "description": "A 3-axis gyroscope.", "files": [ "constants.ts", diff --git a/heart-rate/pxt.json b/heart-rate/pxt.json index 085eaa2f2..9761430fe 100644 --- a/heart-rate/pxt.json +++ b/heart-rate/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-heartrate", - "version": "0.4.60", + "version": "0.4.61", "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", diff --git a/humidity/pxt.json b/humidity/pxt.json index 65e7c5979..a10c252c3 100644 --- a/humidity/pxt.json +++ b/humidity/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-humidity", - "version": "0.4.60", + "version": "0.4.61", "description": "A sensor measuring humidity of outside environment.", "files": [ "constants.ts", diff --git a/illuminance/pxt.json b/illuminance/pxt.json index fced1ae57..e251234a2 100644 --- a/illuminance/pxt.json +++ b/illuminance/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-illuminance", - "version": "0.4.60", + "version": "0.4.61", "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", diff --git a/joystick/pxt.json b/joystick/pxt.json index d19785c2a..a6d2fd38b 100644 --- a/joystick/pxt.json +++ b/joystick/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-joystick", - "version": "0.4.60", + "version": "0.4.61", "description": "A two axis directional joystick", "files": [ "constants.ts", diff --git a/led-pixel/pxt.json b/led-pixel/pxt.json index 0c5d54407..cea529ba8 100644 --- a/led-pixel/pxt.json +++ b/led-pixel/pxt.json @@ -1,13 +1,23 @@ { "name": "jacdac-ledpixel", - "version": "0.4.60", + "version": "0.4.61", "description": "MakeCode support for Jacdac LED pixel", "dependencies": { "core": "*", "jacdac": "github:microsoft/pxt-jacdac" }, - "testFiles": ["test.ts"], - "files": ["constants.ts", "encoder.ts", "client.ts"], - "supportedTargets": ["arcade", "maker", "microbit"], + "testFiles": [ + "test.ts" + ], + "files": [ + "constants.ts", + "encoder.ts", + "client.ts" + ], + "supportedTargets": [ + "arcade", + "maker", + "microbit" + ], "preferredEditor": "tsprj" } diff --git a/led/pxt.json b/led/pxt.json index 61e8bc16a..fd71b6925 100644 --- a/led/pxt.json +++ b/led/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-led", - "version": "0.4.60", + "version": "0.4.61", "description": "A controller for 1 or more monochrome or RGB LEDs connected in parallel.", "files": [ "constants.ts", diff --git a/light-level/pxt.json b/light-level/pxt.json index 30178e1ec..0fff743d6 100644 --- a/light-level/pxt.json +++ b/light-level/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-lightlevel", - "version": "0.4.60", + "version": "0.4.61", "description": "A sensor that measures luminosity level.", "files": [ "constants.ts", diff --git a/magnetometer/pxt.json b/magnetometer/pxt.json index 656083e74..7234e01e1 100644 --- a/magnetometer/pxt.json +++ b/magnetometer/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-magnetomer", - "version": "0.4.60", + "version": "0.4.61", "description": "A 3-axis magnetometer.", "files": [ "constants.ts", diff --git a/model-runner/pxt.json b/model-runner/pxt.json index dac8ad01e..8b910bd26 100644 --- a/model-runner/pxt.json +++ b/model-runner/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-model-runner", - "version": "0.4.60", + "version": "0.4.61", "description": "MakeCode support for Jacdac Model runner service", "dependencies": { "core": "*", diff --git a/motion/pxt.json b/motion/pxt.json index aacf7c23c..24d216968 100644 --- a/motion/pxt.json +++ b/motion/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-motion", - "version": "0.4.60", + "version": "0.4.61", "description": "A sensor, typically PIR, that detects object motion within a certain range", "files": [ "constants.ts", diff --git a/motor/pxt.json b/motor/pxt.json index 4f8c68357..49b3aeebd 100644 --- a/motor/pxt.json +++ b/motor/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-motor", - "version": "0.4.60", + "version": "0.4.61", "description": "MakeCode support for Jacdac Motor service", "dependencies": { "core": "*", diff --git a/multitouch/pxt.json b/multitouch/pxt.json index 0b16409a1..91045afab 100644 --- a/multitouch/pxt.json +++ b/multitouch/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-multitouch", - "version": "0.4.60", + "version": "0.4.61", "description": "MakeCode support for Jacdac Multi Touch service", "dependencies": { "core": "*", diff --git a/potentiometer/pxt.json b/potentiometer/pxt.json index bc6338756..db29c175c 100644 --- a/potentiometer/pxt.json +++ b/potentiometer/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-potentiometer", - "version": "0.4.60", + "version": "0.4.61", "description": "Jacdac potentiometer service", "dependencies": { "core": "*", diff --git a/power/pxt.json b/power/pxt.json index 3a5a39d17..ada7fa76e 100644 --- a/power/pxt.json +++ b/power/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-power", - "version": "0.4.60", + "version": "0.4.61", "description": "A power-provider service.", "files": [ "constants.ts", diff --git a/pulse-oximeter/pxt.json b/pulse-oximeter/pxt.json index eb84f9e70..11076aafc 100644 --- a/pulse-oximeter/pxt.json +++ b/pulse-oximeter/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-pulseoximeter", - "version": "0.4.60", + "version": "0.4.61", "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", diff --git a/pxt.json b/pxt.json index 57ef2622b..dc6a7977b 100644 --- a/pxt.json +++ b/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac", - "version": "0.4.60", + "version": "0.4.61", "description": "Jacdac for MakeCode", "dependencies": { "core": "*", diff --git a/rain-gauge/pxt.json b/rain-gauge/pxt.json index 28f726e79..f84ebe993 100644 --- a/rain-gauge/pxt.json +++ b/rain-gauge/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-raingauge", - "version": "0.4.60", + "version": "0.4.61", "description": "Measures the amount of liquid precipitation over an area in a predefined period of time.", "files": [ "constants.ts", diff --git a/real-time-clock/pxt.json b/real-time-clock/pxt.json index 9449c771d..62513814d 100644 --- a/real-time-clock/pxt.json +++ b/real-time-clock/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-realtimeclock", - "version": "0.4.60", + "version": "0.4.61", "description": "Real time clock to support collecting data with precise time stamps.", "files": [ "constants.ts", diff --git a/reflected-light/pxt.json b/reflected-light/pxt.json index 12222341e..81b85b298 100644 --- a/reflected-light/pxt.json +++ b/reflected-light/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-reflectedlight", - "version": "0.4.60", + "version": "0.4.61", "description": "A sensor that detects light and dark surfaces, commonly used for line following robots.", "files": [ "constants.ts", diff --git a/rotary-encoder/pxt.json b/rotary-encoder/pxt.json index 2057487d7..ceb0ef791 100644 --- a/rotary-encoder/pxt.json +++ b/rotary-encoder/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-rotaryencoder", - "version": "0.4.60", + "version": "0.4.61", "description": "An incremental rotary encoder - converts angular motion of a shaft to digital signal.", "files": [ "constants.ts", diff --git a/sensor-aggregator/pxt.json b/sensor-aggregator/pxt.json index 2d366bcfc..e767befd4 100644 --- a/sensor-aggregator/pxt.json +++ b/sensor-aggregator/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-sensor-aggregator", - "version": "0.4.60", + "version": "0.4.61", "description": "MakeCode support for Jacdac Sensor aggregator service", "dependencies": { "core": "*", diff --git a/servo/pxt.json b/servo/pxt.json index 370fc90b8..8758be41f 100644 --- a/servo/pxt.json +++ b/servo/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-servo", - "version": "0.4.60", + "version": "0.4.61", "description": "MakeCode support for Jacdac Servo service", "dependencies": { "core": "*", diff --git a/soil-moisture/pxt.json b/soil-moisture/pxt.json index 0855e1a8e..f87dcd4b3 100644 --- a/soil-moisture/pxt.json +++ b/soil-moisture/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-soilmoisture", - "version": "0.4.60", + "version": "0.4.61", "description": "A soil moisture sensor.", "files": [ "constants.ts", diff --git a/solenoid/pxt.json b/solenoid/pxt.json index 21d33436f..c0e8b8c81 100644 --- a/solenoid/pxt.json +++ b/solenoid/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-solenoid", - "version": "0.4.60", + "version": "0.4.61", "description": "A push-pull solenoid is a type of relay that pulls a coil when activated.", "files": [ "constants.ts", diff --git a/sound-level/pxt.json b/sound-level/pxt.json index 25fb57942..541183560 100644 --- a/sound-level/pxt.json +++ b/sound-level/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-sound-level", - "version": "0.4.60", + "version": "0.4.61", "description": "Jacdac sound level service", "dependencies": { "core": "*", diff --git a/tcp/pxt.json b/tcp/pxt.json index 39063a1b0..1e777a4a8 100644 --- a/tcp/pxt.json +++ b/tcp/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-tcp", - "version": "0.4.60", + "version": "0.4.61", "description": "MakeCode support for Jacdac TCP service", "files": [ "constants.ts", diff --git a/thermocouple/pxt.json b/thermocouple/pxt.json index 0daacf127..aab4f0b68 100644 --- a/thermocouple/pxt.json +++ b/thermocouple/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-thermocouple", - "version": "0.4.60", + "version": "0.4.61", "description": "A thermocouple using a heat probe to gather temperatures.", "files": [ "constants.ts", diff --git a/thermometer/pxt.json b/thermometer/pxt.json index b383ad58f..32d516629 100644 --- a/thermometer/pxt.json +++ b/thermometer/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-thermometer", - "version": "0.4.60", + "version": "0.4.61", "description": "MakeCode support for Jacdac Thermometer service", "dependencies": { "core": "*", diff --git a/tvoc/pxt.json b/tvoc/pxt.json index 60cadfa29..528e415ac 100644 --- a/tvoc/pxt.json +++ b/tvoc/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-tvoc", - "version": "0.4.60", + "version": "0.4.61", "description": "Measures equivalent Total Volatile Organic Compound levels.", "files": [ "constants.ts", diff --git a/uv-index/pxt.json b/uv-index/pxt.json index 852a7f8d2..a6b7fcdc2 100644 --- a/uv-index/pxt.json +++ b/uv-index/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-uvindex", - "version": "0.4.60", + "version": "0.4.61", "description": "The UV Index is a measure of the intensity of ultraviolet (UV) rays from the Sun.", "files": [ "constants.ts", diff --git a/water-level/pxt.json b/water-level/pxt.json index b22157fe5..b30e21b65 100644 --- a/water-level/pxt.json +++ b/water-level/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-waterlevel", - "version": "0.4.60", + "version": "0.4.61", "description": "A sensor that measures liquid/water level.", "files": [ "constants.ts", diff --git a/weight-scale/pxt.json b/weight-scale/pxt.json index ed302f4ca..e4e5d2b22 100644 --- a/weight-scale/pxt.json +++ b/weight-scale/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-weightscale", - "version": "0.4.60", + "version": "0.4.61", "description": "A weight measuring sensor.", "files": [ "constants.ts", diff --git a/wifi/pxt.json b/wifi/pxt.json index cb6229061..86e1267e8 100644 --- a/wifi/pxt.json +++ b/wifi/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-wifi", - "version": "0.4.60", + "version": "0.4.61", "description": "MakeCode support for Jacdac Wifi service", "files": [ "constants.ts", diff --git a/wind-direction/pxt.json b/wind-direction/pxt.json index cbe00f234..aabb084db 100644 --- a/wind-direction/pxt.json +++ b/wind-direction/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-winddirection", - "version": "0.4.60", + "version": "0.4.61", "description": "A sensor that measures wind direction.", "files": [ "constants.ts", diff --git a/wind-speed/pxt.json b/wind-speed/pxt.json index 54fc4edd2..3c06b6708 100644 --- a/wind-speed/pxt.json +++ b/wind-speed/pxt.json @@ -1,6 +1,6 @@ { "name": "jacdac-windspeed", - "version": "0.4.60", + "version": "0.4.61", "description": "A sensor that measures wind speed.", "files": [ "constants.ts",