Граф коммитов

2131 Коммитов

Автор SHA1 Сообщение Дата
Sarah Rietkerk 2a583d4c81
Profile page is now a smaller dialog (#5236)
* Added option to make the profile small in app theme

* Adding options to pxtarget to have a smaller profile page
2023-06-15 22:41:57 -07:00
Galen Nickel 2041924922
update links for new materials (#5235) 2023-06-14 16:14:21 -07:00
Sarah Rietkerk e0e8103064
Thumbnails updated for recording, radio broadcast, and servo extensions (#5234) 2023-06-13 13:53:40 -07:00
Kiki Prottsman 6395faaa9f
Adding images for Carnival (#5233)
Adding two m:b image cards for the Carnival curriculum
2023-06-13 10:37:49 -07:00
Abhijith Chatra dbb4ea6472
Pinning stable & beta to v6.0 (#5230) 2023-06-12 17:24:51 -07:00
Joey Wunderlich c084b4ec17
Unpair and forget gifs (#5208)
* add gifs for unpair & forget

* update docs page
2023-06-01 11:08:38 -07:00
Kim Ying 0f6beb1c31
Add tour steps for monaco editor (#5207)
* add steps for monaco editor

* bump pxt

* Update package.json

fix change to pxt common packages version
2023-05-31 12:43:27 -07:00
Galen Nickel 44fba68867
Compact the step descriptions for v2 tutorials (#5174) 2023-05-25 10:19:26 -07:00
Galen Nickel c64472ad56
Set default blocks for block tutorials (#5175)
* Set default blocks for block tutorials

* snippet typo

* remove 'forever' from micro-chat

* set default blocks for games tutorials

* set default blocks for 'tools' tutorials

* typo in coin-flipper
2023-05-25 10:09:49 -07:00
Kim Ying 8d3a5ee15b
Add welcome step to tour (#5182)
* add welcome step

* bump pxt
2023-05-24 09:38:21 -07:00
Martin Williams 034919cc19
Extension: add Joy-IT Joy-Pi Advanced (#5137) 2023-05-23 10:24:34 -07:00
Joey Wunderlich db5f3fff5c
trim nav bar text from gif (#5166) 2023-05-19 13:22:15 -07:00
Joey Wunderlich 32f26483e6
change second step in pairing to gif? (#5144)
* change second step in pairing to gif?

* remake gif: light mode, edge cause dialog smaller, arrows

* pick up pxt-core 8.6.39
2023-05-18 16:32:53 -07:00
Galen Nickel 69df4f8ecb
Logic lab course minor revisions (#5121)
* add forward navigation

* edits/fixes in the pages

* Update docs/courses/logic-lab/explorer.md

Co-authored-by: Joey Wunderlich <jwunderl@users.noreply.github.com>

* restate the notation list heading sentence

---------

Co-authored-by: Joey Wunderlich <jwunderl@users.noreply.github.com>
2023-05-09 14:48:20 -07:00
Joey Wunderlich 0e239ad4eb
get rid of old, unused pxtarget field (#5117)
* get rid of old, unused pxtarget field

* remove the now unreferrenc ed files
2023-05-08 10:16:00 -07:00
Kim Ying 233cf54312
fix eighth misspelling (#5107) 2023-05-02 15:57:13 -07:00
Ben Villalobos 1d8546d322
Enable Clever for Microbit (#5043)
* Initial steps for clever auth

* Only enable clever with clever=1 query param

* Remove other cloud provider section

* Replace clever svg with clever logo/bg

* Use 'C' Clever icon

* Add official clever C logo
2023-04-28 15:48:09 -07:00
Galen Nickel 2c0642b9e6
update the WebUSB troubleshoot page (#5101) 2023-04-28 14:46:55 -07:00
Joey Wunderlich f78e715377
Webusb pairing updates (#5081)
* pairing 'connect step: swap to gif

* trim pair dialog img in pair step

* use current 'firmware upd needed' png for successfully connected

* remove now unused values, bump pxt
2023-04-26 17:18:01 -07:00
Galen Nickel 3823f0df58
Update reference of 'plotBarGraph' for new parameter (#5058)
* update ref page for new param

* suggest 'serial' instead of 'console'

* toss in the strings

* scrap the constant for 'barGraphToConsole'

* revert 'barGraphToConsole'

* set default toggle to 'on'
2023-04-24 15:10:52 -07:00
Kim Ying a14d1ff7c0
Add editor tour markdown and change config flag (#5061)
* add editor-tour md and change config flag

* update pxt version
2023-04-21 12:00:49 -07:00
Galen Nickel 8f2c095efa
Adding the ARM Univ micro:course course (#5054)
* Adding the ARM Univ micro:course course

* link to the repo main page

* change aspect of the thumbnail

* update the SUMMARY entry
2023-04-18 17:08:00 -07:00
Sarah Rietkerk 68cbd2feb6
Audio Blocks: Adding Sample Rate (#5041)
* Changed block colors and casing for dropdowns

* Audio blocks: added sample rate, played with values to improve sound quality (this needs more work still). commented out uses of init in ts for initial refactoring

* Enums following convention, more tweaking of mic gain since they were way too high

* Added block ids, got rid of the sample rate getter to match patterns in the extension

* Fixed setting both sample rate bug, got rid of get sample rate

* Fixed bug where output playback wouldn't be set if the recording was already initialized, fixed booleans

* Got rid of TS logic that's no longer needed, played with gain more

* Got rid of playable.ts, fixed a typo

* Updated the extension thumbnail
2023-04-17 12:37:03 -07:00
Martin Williams 5bb91a1caf
Maqueen Plus V2 (#5049) 2023-04-14 15:54:41 -07:00
Sarah Rietkerk bffa979562
Audio extension initial pass (#4989)
* Audio extension: first pass, shim file generating

* testing something

* removed the test  stuff

* Got rid of the git tracked version of codal audio

* New directory for recording logic

* Got rid of the typescript functions that are unlikely to be used in average scenarios

* Changed namespace to recordAudio, changed block names, added way to interface with existing sound blocks, blocks no longer crashing the simulator

* Fixed the image for the extensions page

* Starting work to get extension to modify the sim

* Adjustments made to block names, namespace. took out work with the sim

* PR suggestions applied

* codalAudio locale files are no longer needed

* Got rid of README, updated the icon

* Got rid of unneeded enums, typings, underscores

* Pointer indicators changed, vscode settings reset, running in parallel

* Moved enums in namespace, formatted documents
2023-03-21 13:38:36 -07:00
Galen Nickel b4bcebc108
Restate timing info in 'pause' ref page (#4912)
* Restate timing info in 'pause' ref page

* fix parm entry
2023-03-11 23:11:49 -08:00
Eric Anderson 84a6a1b736
microbit: enable sign-in & cloud sync (#4970) 2023-03-03 13:46:27 -08:00
Martin Williams eb4b83c1ee
turtle square - avoid drawing first side twice (#4966) 2023-03-03 13:36:05 -08:00
Martin Williams 8dc87a4b15
Rekabit RBT Project Kit (#4955)
Co-authored-by: Abhijith Chatra <abchatra@microsoft.com>
2023-02-27 16:46:18 -08:00
Martin Williams 71e2d27172
MOTION:BIT (#4946) 2023-02-27 16:29:33 -08:00
Galen Nickel abad5e4ec8
updates for current block categories (#4952) 2023-02-20 21:54:48 -08:00
Martin Williams 83e9a8626b
Didacbot (#4925) 2023-01-31 22:57:19 -08:00
Galen Nickel 60c35e4202
Expand timing info for music blocks reference (#4911)
* Expand timing info for music blocks reference

* fix syntax in snippet
2023-01-19 20:35:58 -08:00
Martin Williams 2d091be0e8
Apprentice Car (#4886) 2022-12-07 16:32:57 -08:00
Thomas Sparks 6f1adb71f6
Update App Deprecation Documentation to point to new app. (#4889)
* Update App Deprecation Documentation to point to new app.

* Update moving projects steps to also refer to the new app
2022-11-18 15:43:24 -08:00
Martin Williams 6add251a6c
Move Joy-IT rfid-mfrc522 and ads1115 extensions to gallery section Sensor boards, and tag them Science (#4879)
* joy-it rfid-mfrc522, ads1115 - change extension tags to Science -

* joy-it rfid-mfrc522, ads1115 - move to section "Sensor boards"
2022-11-10 15:25:18 -08:00
Galen Nickel 128f699d0a
update the translate page (#4878) 2022-11-09 10:53:51 -08:00
Dan Thornton f41343fc38
Correct component name: speaker, not microphone (#4876)
I believe the "large black... component centrally located in the back and rotated by 45 degrees" is a speaker, not a microphone.
The microphone is the smaller silver component LABELLED IN SILKSCREEN.  Speakers NEED TO BE large, to move air.  Microphones, not so much.
2022-11-07 13:11:09 -08:00
Martin Williams 99f487fa35
Extension: add DFRobot Boson Kit (#4872)
* Extension: add DFRobot Boson Kit

* Updating the repo to dfrobot/pxt-dfrobot_bosonkit

* Update the repo to dfrobot/pxt-dfrobot_boson_kit

* Update the right one

* Remove the incorrect one

* Updating to the right one

Co-authored-by: Abhijith Chatra <abchatra@microsoft.com>
2022-11-02 11:52:35 -07:00
Martin Williams 64e5c82765
Extension: add GatorUV (#4868)
* Extension: add GatorUV

* Making repo name lower case

Co-authored-by: Abhijith Chatra <abchatra@microsoft.com>
2022-10-24 11:15:57 -07:00
Martin Williams 06e2d806c4
Extension: add button-clicks (#4842)
* Extension: add button-clicks

* Removing from the old section

Co-authored-by: Abhijith Chatra <abchatra@microsoft.com>
2022-10-14 13:19:30 -07:00
Martin Williams 3f8d2d8f01
Extension: add Rotate Display (#4866) 2022-10-14 10:34:19 -07:00
Zhu-Panda 4d8915a330
update value (#4793) 2022-10-13 16:07:29 -07:00
Peli de Halleux 4dfa08f2ce
Microcode (#4869)
* getting started on microcode category

* updated

* updated list

* more descr updates
2022-10-10 15:35:05 -07:00
microbit-pauline 47c4ff49e0
Extension: Joy-IT ads115 (#4800)
* Update extensions.md

Add Jot-IT ADS1115 package

* Add Joy-IT ads1115

Add Joy-IT ads1115

* Add joy-it/pxt-ads1115 to approvedRepoLib, not preferredRepos

Co-authored-by: Martin Williams <martinwork@users.noreply.github.com>
2022-09-28 11:26:30 -07:00
microbit-pauline 62b7793439
Extension: Add Joy-IT RFID mfrc522 (#4809)
* Add Joy-IT rfid-mfrc522

Add Joy-IT rfid-mfrc522

* Add Joy-IT RFID Module

Add Joy-IT RFID Module

* Add to approvedRepoLib section

* Remove from preferred repos.

Co-authored-by: Martin Williams <martinwork@users.noreply.github.com>
Co-authored-by: Abhijith Chatra <abchatra@microsoft.com>
2022-09-28 10:18:07 -07:00
Galen Nickel fef32ef858
Jonny's Bird activity (#4853)
* Import Jonny's project code.

* fill in text for project page

* add to music gallery with thumb

* block name change
2022-09-20 16:40:29 -07:00
AKSHITA GUPTA c2c9eceeb1
added the icon of electric guitar to correct path (#4856)
* added the icon of electric guitar to correct path

* Delete electric-guitar.png

* Added image to path inside static/mb/projects
2022-09-19 16:54:44 -07:00
AKSHITA GUPTA efe6d82107
Added Electric guitar using Microbit project documentation in docs (#4819)
* Create readme.md

* Create code.md

* Create make.md

* Update code.md

* Update make.md

* Create readme.md

* Update readme.md

* Update make.md

* Update make.md

* Update make.md

* Update make.md

* Add files via upload

* Update make.md

* Delete readme.md

* 'make' page in new project folder

* 'code' page in new project folder

* 'electric guitar' main page

* Create readme.md

* Add files via upload

* Delete docs/static/mb/projects/electric-guitar directory

* Create readme.md

* Add files via upload

* Update make.md

* Delete docs/projects/Microbit-Electric-Guitar directory

* Update code.md

* Update code.md

* 'readme' is not used

* No path prefix using './docs'

* add a continuation button for the 'code' page

* Add files via upload

* Update code.md

* add a card entry to the 'music' gallery

* fix article 'a' to 'the'

Co-authored-by: Galen Nickel <gnickel@aquent.com>
2022-09-16 10:31:11 -07:00
Joey Wunderlich a60c759d9b
unpin beta from v5.0 (#4846) 2022-09-08 15:10:06 -07:00
Galen Nickel 59451a2fd4
Update hw pins page (#4835)
* update the device 'pins' page.

* new edge connector image

* fix links for 'touch mode' ref
2022-09-02 10:49:15 -07:00
Mark 576d1f16a5
Extension: add iot cloud kit (#4565)
Co-authored-by: Joey Wunderlich <jwunderl@users.noreply.github.com>
2022-08-31 15:28:19 -07:00
Mark 60cf843936
Extension: add plenbit_full (#4564) 2022-08-24 10:43:05 -07:00
anzhou5 2615cbb0d5
Cat Napping tutorial to master (#4822)
* added some content for cat tanning tutorial

* first draft of cat tanning completed

* changed name of tutorial and added datalogger package

* fixed some formatting issues

* reduced gif size to under 1mb

* Fix url paths and remove comments (#4805)

* Fix url paths and remove comments

* put the spaces back

* updated lychee image and added card to homepage

* resized image

* made some content edits

* removed first tutorial slide and reduced wording a bit

* small nit

* changed image text description

* reworked based off of Jacqueline's feedback

* fixed build bug and moved cat napping tutorial card to end of V2 list

Co-authored-by: Richard Knoll <riknoll@users.noreply.github.com>
2022-07-29 14:30:46 -07:00
Galen Nickel 214c984407
Remove private video link (#4806) 2022-07-07 21:58:04 -07:00
Abhijith Chatra f00671fc47
Releasing 5.0.12 to live (#4803) 2022-07-07 15:16:57 -07:00
Peli de Halleux 356453d1dd
add button smasher youtube id (#4792) 2022-07-03 18:58:35 -07:00
Galen Nickel bf564859b7
Add a page for 'setBaudRate' (#4343)
* Add a page for 'setBaudRate'

* minor edits to the other serial pages

* hint title goof

* don't forget the other baud rates

* typos in snippet

* need that serial log rate note for Mark

* rebuild

* update serial reference main page

* add the missing 'set write line padding' page

* remove duped hint

* update serial main page, again

* put new page links in SUMMARY
2022-06-24 22:32:34 -07:00
Peli de Halleux 2434b42561
rock paper scissors with sounds (#4708)
* rock paper scissors with sounds

* Update rock-paper-scissors-v2.md (#4710)

* updated v2 image

* Update rock-paper-scissors-v2.md

* a few little edits

Co-authored-by: Kiki Prottsman <kiki-lee@users.noreply.github.com>
Co-authored-by: ganicke <gnickel@aquent.com>
2022-06-24 15:43:29 -07:00
Peli de Halleux 06a8a8b1a9
Jacdac gallery (#4778)
* started on jacdac gallery

* adding images

* updated targetconfig

* move jacdac up

* fix urls

* normalize md
2022-06-20 15:59:33 -07:00
Abhijith Chatra e0b60c20c8
Releasing 5.0.6 (#4775) 2022-06-17 17:04:08 -07:00
Abhijith Chatra db451b87fd
Pin /stable to v5.0 (#4767) 2022-06-17 10:11:56 -07:00
Abhijith Chatra a8a82c0342
Pin /beta to 5.0 (#4766) 2022-06-17 10:10:57 -07:00
Galen Nickel 67c0906218
Some 'playSoundEffect' doc updates (#4750)
* add mention/example of built-in sounds

* complete the parameter descriptions

* add 'complex' examples
2022-06-16 11:20:53 -07:00
Mark 7537276615
Extensions: point card to original extension (#4729) 2022-06-08 07:06:07 -07:00
Kiki Prottsman 43cc33ba8f
Adding card for new v2 tutorial (#4728)
* Adding card for new v2 tutorial

Adding Claire's card for "Dance to the Beat"

* Add files via upload

Smaller version
2022-06-07 13:55:28 -07:00
P Gittings cf9f5174a0
Incorrect increasing count by 1 (#4726) 2022-06-06 09:40:38 -07:00
Kiki Prottsman c62ebd8725
Added a tutorial for the play sound block (#4706) 2022-05-31 10:51:42 -07:00
Mark 66f7c9607b
extension: add XGO (#4603)
* extension: add XGO

* Fix json format

Co-authored-by: Abhijith Chatra <abchatra@microsoft.com>
2022-05-27 16:34:27 -07:00
Peli de Halleux 38f59ac757
better handling of nan numbers in common APIs (#4623)
* better handling of nan numbers

* updated docs

* don't mod translated strings
2022-05-19 22:18:04 -07:00
Kim Ying 47132a2070
fixed step numbers for blocks hot potato tutorial (#4620) 2022-05-05 10:52:06 -07:00
Abhijith Chatra ec24b1478e
Pointing to template file (#4614) 2022-05-04 11:25:31 -07:00
Galen Nickel eeaa4f5a1b
Sound effects reference pages (#4556)
* add reference pages for sound effects

* set help paths

* draft a 'sound' type page

* images for 'sound' page

* update wave and editor images

* add sound control images

* more edits for the reference pages

* changes for #4554

* few more edits, etc.

* add page links to music main page

* Update docs/reference/music/create-sound-effect.md

Co-authored-by: Richard Knoll <riknoll@users.noreply.github.com>

* Update docs/reference/music/create-sound-effect.md

Co-authored-by: Richard Knoll <riknoll@users.noreply.github.com>

* Update docs/types/sound.md

Co-authored-by: Richard Knoll <riknoll@users.noreply.github.com>

* Update docs/types/sound.md

Co-authored-by: Richard Knoll <riknoll@users.noreply.github.com>

* Update docs/reference/music/play-sound-effect.md

Co-authored-by: Richard Knoll <riknoll@users.noreply.github.com>

* Update docs/reference/music/play-sound-effect.md

Co-authored-by: Richard Knoll <riknoll@users.noreply.github.com>

* Update docs/reference/music/create-sound-effect.md

Co-authored-by: Richard Knoll <riknoll@users.noreply.github.com>

* restate freq settings for tuned noise

Co-authored-by: Richard Knoll <riknoll@users.noreply.github.com>
2022-05-02 13:31:24 -07:00
Peli de Halleux 1d0d2d7509
Color library (#4601)
* adding color library from common-packages

* hide
2022-04-27 15:41:12 -07:00
Galen Nickel 8393ab4213
Sound level reference pages fix (#4567) 2022-04-25 14:36:16 -07:00
Abhijith Chatra 15dd46ee97
Adding domains.html file (#4548) 2022-04-20 10:32:39 -07:00
Mark ef14a953af
Extension: add BLE HID (#4479)
Co-authored-by: Abhijith Chatra <abchatra@microsoft.com>
2022-04-08 10:10:19 -07:00
Mark 58388f9788
Extension: add Cococam (#4483)
* Extensions: Fix links

* Extension: add cococam
2022-03-08 10:46:05 -08:00
Mark aa79943001
Extension: add DFRobot env. board (#4478) 2022-03-07 08:28:32 -08:00
Joey Wunderlich eb759baf16
Release 4.0.18 to live (#4477) 2022-02-24 17:04:04 -08:00
Mark 9f6887fcdb
Extension: add Theta (#4456) 2022-01-24 10:27:09 -08:00
Abhijith Chatra 95e343e9d3
Releasing 4.0.17 to live (#4455)
Adding Welsh language.
2022-01-21 15:51:39 -08:00
Mark 3cfab36e09
Extension: add Smarthon Smart City (#4450)
Co-authored-by: Abhijith Chatra <abchatra@microsoft.com>
2022-01-21 10:09:10 -08:00
Mark 99d507f9a6
Extension: add Kitronik simple servo (#4429)
Co-authored-by: Abhijith Chatra <abchatra@microsoft.com>
2022-01-18 21:44:39 -08:00
Mark 08a1dfcdbf
Extension: add Soroban (#4449)
Co-authored-by: Abhijith Chatra <abchatra@microsoft.com>
2022-01-18 12:24:33 -08:00
Mark b8832e1d4c
Extension: add PF recorder (#4448) 2022-01-18 10:00:40 -08:00
Galen Nickel acda2c141f
Small update to the 'micro:coin' project (#4447) 2022-01-11 14:02:44 -08:00
Mark 49229eeeb8
Extension: add lego pf reciever (#4445) 2021-12-20 16:46:14 -08:00
Galen Nickel 00be2afa1d
State typical signal strength for RSSI (#4444)
* State typical signal strength for RSSI

* don't use 'detect'
2021-12-16 16:19:24 -08:00
anzhou5 ee10554511
removed references to micro:bit logo looking like a pig snout (#4413) 2021-12-07 17:33:48 -08:00
fredster33 57eeb93a3c
Fix typo (#4394) 2021-12-07 16:56:35 -08:00
Mark 9bba1f5d6d
Extension: add iCLassIoT (#4443)
* Extension: Add KidsBIT

* Extension: add iClassIoT
2021-12-07 16:44:38 -08:00
Mark 220ac88ac9
Extension: Add hackbit (#4431)
Co-authored-by: Abhijith Chatra <abchatra@microsoft.com>
2021-12-06 20:35:55 -08:00
Abhijith Chatra b9be084a69
Fixing code for activity in csintro (#4438)
* Fixing code for activity in csintro

* Fixing pause
2021-12-06 14:46:57 -08:00
Mark 5fc41864ad
Extension: Add KidsBIT (#4437) 2021-12-05 14:48:07 -08:00
Mark 1ae66892d0
Extension: add PF transmitter (#4432)
* Extension: add PF transmitter

* add back Kodely dot and add link to Utilities

Co-authored-by: Abhijith Chatra <abchatra@microsoft.com>
2021-11-24 21:05:24 -08:00
Mark 01d72f6a5a
Extension: add Kittenbot miniLFR (#4433) 2021-11-22 11:11:33 -08:00
Galen Nickel dbaedc7f82
Update USB pages for WebUSB (#4350)
* Update USB pages for WebUSB

* use 'transferring'

* Update docs/device/usb/webusb.md

Co-authored-by: shakao <34112083+shakao@users.noreply.github.com>

* retrigger stalled build

Co-authored-by: shakao <34112083+shakao@users.noreply.github.com>
2021-11-20 18:09:12 -08:00
Galen Nickel 34b175c7b6
Update device page (#4428)
* Update 'Device' page for v2 parts

* typos
2021-11-19 17:54:49 -08:00
Mark c386da8a4c
Extension: Add climate kit energy (#4415) 2021-10-29 10:29:15 -07:00
Mark e762aba96b
Extension: add SGBotic SR04 (#4404)
Co-authored-by: Abhijith Chatra <abchatra@microsoft.com>
2021-10-27 21:50:44 -07:00
Mark 3810c8ae30
Exension: add zoombit (#4408)
Co-authored-by: Abhijith Chatra <abchatra@microsoft.com>
2021-10-27 10:00:02 -07:00
Mark cc592698c8
Extension: add kodely dot (#4407) 2021-10-26 23:09:25 -07:00
ross 98605e57ae
Updating references to InkSmith Climate Action Kits so they don't point to personal accounts (#4411) 2021-10-26 22:10:41 -07:00
Abhijith Chatra 809758d210
Releasing with the telemetry fix for package gallery (#4402) 2021-10-22 15:16:04 -07:00
Abhijith Chatra 3d33f6e9ee
Releasing hotfix for the github login (#4400) 2021-10-21 17:01:52 -07:00
Abhijith Chatra c615956bd6
Pointing /stable 4.0 (#4392) 2021-10-01 08:55:39 -07:00
Abhijith Chatra d79ad28bb9
Point /beta to latest (#4391) 2021-10-01 08:53:55 -07:00
Mark 9b87332545
Extension: add wait blocks (#4387)
Co-authored-by: Abhijith Chatra <abchatra@microsoft.com>
2021-09-29 21:24:39 -07:00
Mark d80c3a568b
Extension: add micro:bit power saving (#4365)
Co-authored-by: Abhijith Chatra <abchatra@microsoft.com>
2021-09-28 15:40:25 -07:00
anzhou5 5d92b69b51
fixed broken v2 tutorial links in the projects page by renaming file and references (#4382) 2021-09-28 14:14:06 -07:00
Mark 99ac96c8c5
Extension: Add Kittenbot wifi (#4386) 2021-09-28 13:52:40 -07:00
Mark 5405024106
Extension: Add JoyFrog (#4359)
Co-authored-by: Abhijith Chatra <abchatra@microsoft.com>
2021-09-28 13:47:37 -07:00
Mark 4f73d8095a
Extension: add KittenBot Sugar (#4355)
Co-authored-by: Abhijith Chatra <abchatra@microsoft.com>
2021-09-28 13:45:55 -07:00
Mark d7a8adbb31
Extension: Add Kittenbot KOI (#4354)
* Extension: Add Kittenbot KOI

* extra space

Co-authored-by: Abhijith Chatra <abchatra@microsoft.com>
2021-09-28 13:42:02 -07:00
Mark 9ad4d48304
Artec Robokit > ArtecRobo Kit (#4375) 2021-09-21 07:50:42 -07:00
Mark 97d368bfff
Extension: Add sparkbit (#4366)
Co-authored-by: Abhijith Chatra <abchatra@microsoft.com>
2021-09-15 13:42:17 -07:00
Mark 70929e074d
Extension: Add BPI Triodecar (#4364)
* Extension: Add BPI Triodecar

* Missing comma

Co-authored-by: Abhijith Chatra <abchatra@microsoft.com>
2021-09-15 13:25:31 -07:00
Mark 82b723ef59
Extension: add Kitronik environment (#4361)
Co-authored-by: Abhijith Chatra <abchatra@microsoft.com>
2021-09-15 13:18:16 -07:00
Mark 20e8f4b8ce
Extension: Add robobit (#4358)
Co-authored-by: Abhijith Chatra <abchatra@microsoft.com>
2021-09-15 13:06:41 -07:00
Mark 16680ac982
Extensions: Add RBTFT1-8 (#4282)
Co-authored-by: Abhijith Chatra <abchatra@microsoft.com>
2021-09-15 11:24:44 -07:00
Mark 6511d712aa
Extensions: Add Cytron ESP8266 AT (#4262)
Co-authored-by: Abhijith Chatra <abchatra@microsoft.com>
2021-09-15 11:14:20 -07:00
Mark 2fa2cdfc89
Extension: Add Dronebit (#4263)
Co-authored-by: Abhijith Chatra <abchatra@microsoft.com>
2021-09-15 11:05:06 -07:00
Galen Nickel 4328be1d14
Modify descriptions of game sprite properties (#4294) 2021-09-14 14:41:18 -07:00
Mark 30c9a04d14
Extension: Add Kittenbot powerbrick (#4332)
* Extension: Add Kittenbot powerbrick

* Fixing extra space

Co-authored-by: Abhijith Chatra <abchatra@microsoft.com>
2021-08-18 08:25:48 -07:00
Abhijith Chatra cb2f97b9b1
Extra { in the extensions document (#4335) 2021-08-18 08:25:19 -07:00
Mark 2089d8f88f
Extension: Add stemhubbit (#4319)
Co-authored-by: Abhijith Chatra <abchatra@microsoft.com>
2021-08-16 08:47:22 -07:00
Mark ddc3e9d7cb
Extension: Add Elecfreaks Smart AI Lens (#4284)
Co-authored-by: Abhijith Chatra <abchatra@microsoft.com>
2021-08-15 23:06:09 -07:00
Mark 84f5cb1ec1
Extension: add Kitronik LAB:bit (#4302)
Co-authored-by: Abhijith Chatra <abchatra@microsoft.com>
2021-08-15 22:59:56 -07:00
Mark 9279bac0b1
Extension: Add Kitronik display (#4303)
Co-authored-by: Abhijith Chatra <abchatra@microsoft.com>
2021-08-15 22:52:25 -07:00
learn-CV-from-scratch 107b5370a3
update doc of basic.showNumber (#4321)
Co-authored-by: liuhui29 <liuhui29@baidu.com>
2021-08-15 22:31:44 -07:00
Mark f090c47419
Extension: Add MonkMakes 7-Seg (#4330)
Co-authored-by: Abhijith Chatra <abchatra@microsoft.com>
2021-08-15 22:31:13 -07:00
Mark 63b93bd779
Extension: Add Stemhub city (#4331) 2021-08-15 22:26:51 -07:00
anzhou5 f85d09231b
replaced v2 images with notched images (#4318) 2021-08-06 10:20:16 -07:00
Joey Wunderlich abebf68aa4
Revert "Codecard conversion for 'Turtle' gallery (#4313)" (#4315)
This reverts commit 774c16bdbe.
2021-08-04 12:48:31 -07:00
Galen Nickel 774c16bdbe
Codecard conversion for 'Turtle' gallery (#4313) 2021-08-04 09:19:59 -07:00
Abhijith Chatra f18c87631f
Release 4.0.11 to live (#4307)
* Release 4.0.10 to live

This includes package language fix.

* Update index-ref.json
2021-07-30 16:12:35 -07:00
anzhou5 0c2afd9c59
Microbit v2 carousel title fix (#4299)
* added V2

* added V2
2021-07-29 10:30:28 -07:00
Joey Wunderlich 76f72390bb
Temp revert code card conversion (#4304)
* Revert "update files that failed to properly upload to crowdin (#4301)"

This reverts commit dd7e361575.

* Revert "remove extra space on snippet section (#4298)"

This reverts commit 427c4ce8e6.

* Revert "Markdown codecard conversions (#4288)"

This reverts commit 6fa4c1eceb.
2021-07-29 09:35:06 -07:00
Joey Wunderlich dd7e361575
update files that failed to properly upload to crowdin (#4301) 2021-07-29 00:09:07 -07:00
Joey Wunderlich 427c4ce8e6
remove extra space on snippet section (#4298) 2021-07-28 18:44:09 -07:00
Galen Nickel 6fa4c1eceb
Markdown codecard conversions (#4288)
* batch 1 of codecard conversions

* batch 2 of codecard conversions

* fixes for S&R actions
2021-07-28 11:51:48 -07:00
Galen Nickel cc9f5819d0
Make a page about comments in blocks (#4295)
* Make a page about comments in blocks

* add something about workspace comments
2021-07-28 11:45:26 -07:00
Galen Nickel 32c14bbbba
Use radio set group in "micro chat" activity (#4293)
* Use radio set group in "micro chat" activity

* remove the set group step from the end

* 'the' first thing

* use group number of 1 to match block default

* reword sent messages thing
2021-07-26 14:49:41 -07:00
Galen Nickel 44519e52e8
Use 'setGroup' in radio examples (#4289)
* Use 'setGroup' in radio examples

* random group select note
2021-07-26 12:17:06 -07:00
Mark 06aee635c3
Extension: Add TCS3200 (#4283) 2021-07-26 09:51:39 -07:00
Galen Nickel 3da388044e
set category to 'forever' loop style (#4258) 2021-07-20 13:01:09 -07:00
Galen Nickel 038c18d0a9
Reference page for 'every' block (#4279) 2021-07-19 10:59:41 -07:00
anzhou5 71b9fecf80
Anzhou microbit v2 tutorials (#4259)
* revamped micro-chat tutorial

* changed micro-chat V2 to have actual V2 features

* added tutorial for clap lights

* added morse code with variable - unfinished, but going to stop using the variable

* finished drafting morse code without variable

* finished drafting countdown tutorial

* finished drafting pet rock tutorial

* added blow away beginning (unfinished) and edited clap lights

* edited countdown

* edited pet-rock

* edited pet-rock

* edited morse-code

* edited morse-code

* edited pet rock

* edited countdown

* added to blow away

* modified pet rock based on user study 1

* reworked morse code to be more interactive

* edited pet rock based on feedback

* completed blow away

* added numbering and made some nits

* made changes to clap lights based on feedback

* capitalized Boolean in clap lights

* small fix in clap light

* nit in countdown

* nits in countdown

* revamped pet rock -> pet hamster

* nits in pet hamster

* edited morse code and blow away based on user test

* editing morse code

* finished this draft of morse code

* jk - added some nits

* finished this draft of clap lights

* finished this draft of pet hamster

* finalized clap lights

* little nits

* finalized morse code

* finalized pet hamster

* modified clap morse and hamster with Kiki

* finalized countdown

* finalized clap lights (again)

* finalized morse code (again)

* finalized pet hamster (again)

* finalized countdown

* finalized blow away

* countdown finalized, blow away in progress

* added images and staged tutorials on site

* fixed some variable errors

* modified carousel

* Update v2-blow-away.md (#4268)

Added Kiki's edits

* small nit in blow away

* small nits

* Update docs/projects/v2-blow-away.md

Co-authored-by: Richard Knoll <riknoll@users.noreply.github.com>

Co-authored-by: Kiki Prottsman <kiki-lee@users.noreply.github.com>
Co-authored-by: Richard Knoll <riknoll@users.noreply.github.com>
2021-07-09 16:50:30 -07:00
Richard Knoll 23ad7dc665
release patch fix (#4271) 2021-07-09 16:47:55 -07:00