Commit Graph

1600 Commits

Author SHA1 Message Date
7ff14ccd53 missing radio package 2019-11-19 06:23:06 -08:00
c525c79f1b missing svg 2019-11-19 05:19:56 -08:00
d591bee688 Add redirect to pins info to serial heading (#2520)
* Add redirect to pins info to serial heading

* adding links
2019-11-15 18:38:24 -08:00
92770b0512 bump pxt 5.28.18 (#2517)
* bump pxt 5.28.18

* updated summary
2019-11-12 11:53:11 -08:00
c6a70288ac fix missing radio and boardname 2019-11-07 22:38:31 -08:00
15fb1bc14e robot unicorn (#2512)
* robot unicorn

* Edits to the unicorn
2019-11-07 22:36:58 -08:00
4b2684d57a Rotary phone dial (#2502)
* some write up

* adding images

* text

* more text

* adding vids

* adding escape room

* remove newer lesson

* remove .mp4

* Card page edits

* adding image

* adding to toys

* rotary edits

* fix typo
2019-10-30 13:41:35 -07:00
92d46c2c86 shrink maintenance gif 2019-10-29 09:34:06 -07:00
9afc6cbf01 bump package 2019-10-29 08:40:18 -07:00
697ef7dd68 Simplify the Fahrenheit from Celsius computation. (#2497)
As the micro:bit introduces floating point arithmetic for both the existing `f = 18 * c / 10 + 32` computation and the new `f = 1.8 * c + 32` computation, there isn't any benefit for the former.
2019-10-28 11:08:37 -07:00
47f37c177f Name Badge project page (#2496)
* Name Bagde project page

* gotta please the summary check

* link typo, ugh

* get rid of the pptx
2019-10-25 10:22:08 -07:00
7e18be3c9b radio.setFrequencyBand support (#2495)
* setfrequencyband support

* revert line change

* add bounds check
2019-10-25 10:21:34 -07:00
4382868d5f add freenove starter kit (#2493) 2019-10-24 14:35:48 -07:00
31d9e14756 Revert "Name Badge project page (#2477)"
This reverts commit 2e2860632b.
2019-10-24 08:56:48 -07:00
2e2860632b Name Badge project page (#2477)
* Name Bagde project page

* gotta please the summary check

* link typo, ugh
2019-10-24 08:33:15 -07:00
2f0d812fc8 add drive:bit (#2484) 2019-10-18 09:03:37 -07:00
58aa0b63a4 Removing old bitbot as we have a new bitbot package (#2479) 2019-10-17 11:12:42 -07:00
0f1f6d6b99 Releasing 2.0.10 (#2476)
With radio strength signal fix for hot or cold
2019-10-15 16:05:26 -07:00
255f9f0338 Pointing to 2.0.10 2019-10-15 15:47:20 -07:00
b2a43b50b5 Releasing 2.0.9 to live (#2470) 2019-10-11 15:48:56 -07:00
526bf36429 Stable points to latest 2.0.9 (#2469) 2019-10-11 11:08:14 -07:00
3bba53c933 Update extensions.md (#2456)
Move the :VIEW Text32 from other to Display now there is a display sections
2019-10-05 03:47:31 +01:00
7242531525 Adding link to stable refs (#2460) 2019-10-04 17:14:58 -07:00
97d7c679d0 add Keyestudio robot car (#2452) 2019-09-30 11:41:51 -07:00
87dba4b5b4 add-sw01 (#2393) 2019-09-25 07:01:24 -07:00
b6df0a8c71 Pxt v5.23.17 (#2446)
* bump pxt

* regen docs

* fix version syntax

* restore extension

* removed dup
2019-09-25 06:52:29 -07:00
f3bec09b0d Link to power supply limitations (#2443)
Fixes: #2442
2019-09-25 06:34:12 -07:00
20b80baa5d add xinabox OD01 and breakout display section (#2397)
* add xinabox OD01 and breakout display section

* Update targetconfig.json

* Update extensions.md
2019-09-25 06:30:16 -07:00
19dffde1a8 Add isDeleted (#2445) 2019-09-25 05:47:25 -07:00
a10a69b96c Add the Stu Lowe coding cards (#2438)
* Add the Stu Lowe coding cards

* Move 'Coding Cards' below 'Hardware'
2019-09-23 13:18:54 -07:00
62e78120fa Add nested summaries for newer courses (#2425) 2019-09-17 08:08:46 -07:00
89a9552b5b I2C Addressing Note (#2428)
* I2C on-board sensor address note

* note for 7bit to 8bit shift
2019-09-16 11:42:58 -07:00
813e911fcb Update 'servo calibrator' link (#2424) 2019-09-11 10:54:24 -07:00
38cebd4087 add dfplayer mini extension (#2417) 2019-09-11 05:08:57 -07:00
87f736cede add new sparkfun extensions (#2238)
* add new sparkfun extensions

* remove gator environment pending fixes
2019-09-11 05:08:37 -07:00
cc5980fbec add inventura extension (#2421) 2019-09-11 04:54:13 -07:00
960ed76e72 add STTS751 (#2389) 2019-09-11 04:46:24 -07:00
650ea59dd8 add gator environment (#2326) 2019-09-11 04:44:52 -07:00
dd1a7349f0 add LSM6DSO (#2388) 2019-09-10 15:55:42 -07:00
fc8a4d921d add LPS22 (#2387) 2019-09-10 15:50:14 -07:00
9314f23f01 add LIS2DW12 (#2386) 2019-09-10 15:43:47 -07:00
4fa84a695e add LIS2MDL (#2385) 2019-09-10 15:30:39 -07:00
ae685eba2c Set LED plot row/column ranges for 'Reaction Time' (#2420) 2019-09-10 13:34:24 -07:00
69b553d7bc Modify the LED coordinates to be between 0 and 4. (#2416)
Without this change, there is a 11/36 chance no LED lights as [`Math.random(a,b)`](https://docs.python.org/2/library/random.html#random.uniform) (thus the `pick random` block) chooses a number in the (inclusive, closed) interval `[a, b]`.
2019-09-10 07:20:32 -07:00
af9c1e538d fixing links in translate page 2019-09-09 08:54:32 -07:00
37a1c27d58 Port of Programmable Logic lesson for Logic Lab course (#2359)
* port of programmable logic lesson

* trigger rebuild

* express as logical equation in snippet

* go logical for snippet inputs
2019-09-03 13:32:31 -07:00
4c1c502e4d add HTS221 (#2384) 2019-09-03 11:33:00 -07:00
6947465b0d markdown link fix (#2400) 2019-09-03 10:17:13 -07:00
2f35e8f2c6 Error codes page update (#2327)
* Start adding new codes

* few tiny edits

* Add more errors and rearrange

* Update docs/device/error-codes.md

Co-Authored-By: Michał Moskal <michal@moskal.me>

* juggle category

* set error range in hint

Co-Authored-By: Michał Moskal <michal@moskal.me>

* Update docs/device/error-codes.md

Co-Authored-By: Mark <mark@microbit.org>
2019-08-05 10:54:06 -07:00
dec5b8ce72 add-pxt-bmp280 (#2325) 2019-07-30 10:41:16 -07:00