pxt-microbit 8.1.10 → 8.1.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -33,7 +33,7 @@ The lesson series includes:
33
33
  * [Rocket Acceleration](/courses/ucp-science/rocket-acceleration)
34
34
  * [Egg Drop Experiment](/courses/ucp-science/egg-drop)
35
35
  * [Spoon Race](/courses/ucp-science/spoon-race)
36
-
37
- The [Science Experiments](https://sites.google.com/view/utahcodingproject/csta/microbit-science-experiments) lesson series is generously provided by the [Utah Coding Project](https://sites.google.com/view/utahcodingproject/home) and is developed by [Carl Lyman](mailto:utahcoding@outlook.com).
36
+
37
+ The [Science Experiments](https://sites.google.com/view/utahcodingproject/microbits/microbit-science-experiments) lesson series is generously provided by the [Utah Coding Project](https://sites.google.com/view/utahcodingproject/home) and is developed by [Carl Lyman](mailto:utahcoding@outlook.com).
38
38
 
39
39
  [![CC BY-NC-SA](https://licensebuttons.net/l/by-nc-sa/4.0/88x31.png)](https://creativecommons.org/licenses/by-nc-sa/4.0/)
@@ -192,6 +192,10 @@ Many extensions are available to work with interface kits, add-on hardware, or o
192
192
 
193
193
  ```codecard
194
194
  [{
195
+ "name": "KY-040 Rotary Encoder Plus",
196
+ "url":"/pkg/steveturbek/pxt-rotary-encoder-KY-040-plus",
197
+ "cardType": "package"
198
+ }, {
195
199
  "name": "MonkMakes Plant Monitor",
196
200
  "url":"/pkg/monkmakes/plant-monitor-makecode",
197
201
  "cardType": "package"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pxt-microbit",
3
- "version": "8.1.10",
3
+ "version": "8.1.11",
4
4
  "description": "micro:bit target for Microsoft MakeCode (PXT)",
5
5
  "keywords": [
6
6
  "JavaScript",
@@ -46,7 +46,7 @@
46
46
  },
47
47
  "dependencies": {
48
48
  "pxt-common-packages": "13.2.3",
49
- "pxt-core": "12.3.5"
49
+ "pxt-core": "12.3.6"
50
50
  },
51
51
  "overrides": {}
52
52
  }
package/targetconfig.json CHANGED
@@ -438,6 +438,7 @@
438
438
  "bestmodules-libraries/pxt-bmduino": { "tags": [ "Science" ] },
439
439
  "forward-education/pxt-coding-for-good": { "tags": [ "Science" ] },
440
440
  "dfrobot/pxt-dfrobot_huskylensv2": { "tags": [ "Science" ] },
441
+ "steveturbek/pxt-rotary-encoder-ky-040-plus": { "tags": [ "Science" ] },
441
442
  "microsoft/pxt-simx-sample": {
442
443
  "simx": {
443
444
  "sha": "7301f5900879b85127482d79bab48f03c25690a8",