Galen Nickel
62e78120fa
Add nested summaries for newer courses ( #2425 )
2019-09-17 08:08:46 -07:00
Galen Nickel
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
Galen Nickel
813e911fcb
Update 'servo calibrator' link ( #2424 )
2019-09-11 10:54:24 -07:00
Mark
38cebd4087
add dfplayer mini extension ( #2417 )
2019-09-11 05:08:57 -07:00
Mark
87f736cede
add new sparkfun extensions ( #2238 )
...
* add new sparkfun extensions
* remove gator environment pending fixes
2019-09-11 05:08:37 -07:00
Mark
cc5980fbec
add inventura extension ( #2421 )
2019-09-11 04:54:13 -07:00
Mark
960ed76e72
add STTS751 ( #2389 )
2019-09-11 04:46:24 -07:00
Mark
650ea59dd8
add gator environment ( #2326 )
2019-09-11 04:44:52 -07:00
Mark
dd1a7349f0
add LSM6DSO ( #2388 )
2019-09-10 15:55:42 -07:00
Mark
fc8a4d921d
add LPS22 ( #2387 )
2019-09-10 15:50:14 -07:00
Mark
9314f23f01
add LIS2DW12 ( #2386 )
2019-09-10 15:43:47 -07:00
Mark
4fa84a695e
add LIS2MDL ( #2385 )
2019-09-10 15:30:39 -07:00
Galen Nickel
ae685eba2c
Set LED plot row/column ranges for 'Reaction Time' ( #2420 )
2019-09-10 13:34:24 -07:00
Asher Kach
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
Peli de Halleux
af9c1e538d
fixing links in translate page
2019-09-09 08:54:32 -07:00
Galen Nickel
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
Mark
4c1c502e4d
add HTS221 ( #2384 )
2019-09-03 11:33:00 -07:00
Peter Brodersen
6947465b0d
markdown link fix ( #2400 )
2019-09-03 10:17:13 -07:00
Galen Nickel
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
Mark
dec5b8ce72
add-pxt-bmp280 ( #2325 )
2019-07-30 10:41:16 -07:00
Joey Wunderlich
34fd7e0600
Update pxt/common-packages and fix build ( #2323 )
...
* fix build off of pxt/ and pxt-common-packages master
* check in generated files
2019-07-30 09:45:32 -07:00
Galen Nickel
b0420a8749
Logic Lab mini-course ( #2307 )
...
* Logic Lab mini-course
* example syntax
2019-07-23 09:46:42 -07:00
Mark
23e2f52193
Update nexus:bit entry ( #2315 )
...
* update nexus:bit entry
* update nexus:bit entry
2019-07-23 08:24:27 -07:00
Abhijith Chatra
c2233b425e
Release 2.0.6 to live ( #2308 )
2019-07-19 18:42:52 -07:00
Mark
556e88806d
add Kitronik view text ( #2125 )
2019-07-17 06:33:18 -07:00
Mark
b042009088
add wukong ( #2239 )
2019-07-17 06:16:09 -07:00
Mark
bb3b01a0b0
Update calibrate-compass.md ( #2265 )
...
Based on user feedback in Slack https://microbit-community.slack.com/archives/C1ZMKRFHD/p1563274019078400?thread_ts=1563268925.077500&cid=C1ZMKRFHD
2019-07-16 06:30:18 -07:00
Mark
590d4def85
add 4tronix minibit ( #2249 )
2019-07-16 05:57:53 -07:00
Eric Kimsey
e6ecd65ae4
Correct dice example ( #2262 )
...
Changed random(6) to random(5) so the number reflect real dice.
2019-07-15 04:54:09 +02:00
Sam Kent
cc06e91c25
Update write-received-packet-to-serial.md ( #2217 )
...
A support ticket pointed out issues that they'd encountered when trying to follow this document:
- `sendValue` only supports an 8 character string. This is documented in the `sendValue` docs but a longer string had been used here
- Only `radio.onReceivedNumber` is used so the sample output is not consistent with the users experience. I've changed it so that all packets are handled
2019-06-18 11:23:37 -07:00
Danny Yates
b1334c75ca
Spelling ( #2214 )
2019-06-18 07:55:51 -07:00
Abhijith Chatra
8914b57143
Updating offline reference to 2.0.3 ( #2212 )
2019-06-14 14:13:20 -07:00
Abhijith Chatra
ed61ac62b9
Revert "dynamically sniff offline app version ( #2059 )" ( #2211 )
...
This reverts commit b480b34f7e
.
2019-06-14 14:05:10 -07:00
Peli de Halleux
b480b34f7e
dynamically sniff offline app version ( #2059 )
2019-06-14 14:00:19 -07:00
Abhijith Chatra
2b7b8cf808
Releasing 2.0.3 to live ( #2209 )
2019-06-14 11:33:09 -07:00
Galen Nickel
bf68646d18
Update radio event parm usage descriptions ( #2165 )
2019-06-14 09:27:04 -07:00
Abhijith
6fa06e02cc
Pointing beta-ref to v2
2019-06-13 15:28:44 -07:00
Abhijith
9592fb56ff
Adding v1-ref.json pointing to 1.2.13
2019-06-13 15:11:41 -07:00
Joey Wunderlich
d6cfe95b31
add backgrounds for use with .dmg ( #2200 )
...
* add normal size and 2x size backgrounds for dmg
* update arrow color to dark gray
2019-06-13 13:46:07 -07:00
Mark
3e1390eb9f
add PLENbit ( #2140 )
2019-06-09 14:15:21 -07:00
Chase Mortensen
1eec659894
Fix Black and White Typo ( #2138 )
...
* Fixed typo: Back->Black
* Added Upgrade Rules to fix spelling
* Removed extra isEmpty
* Added previous BackAndWhite to allow for compilation of old scripts
2019-06-07 15:54:58 -07:00
Galen Nickel
b68eb5e960
Shrink the link in firmware version hint ( #2163 )
...
* Shrink the link in firmware version hint
* fix a translation quibble
2019-06-07 15:33:15 -07:00
kimprice
9ca5a22106
Update name-tag.md ( #2156 )
2019-06-07 14:28:12 -07:00
Joey Wunderlich
00e50997f8
add windows and mac icons for offline app ( #2141 )
2019-06-06 15:42:08 -07:00
Galen Nickel
3f106307ff
Fix some titles, sigs in ref docs ( #2128 )
...
* Fix some title and sigs in ref docs
* better buffer source
2019-06-05 16:28:56 -07:00
Joey Wunderlich
65a05bf2d5
Fix Turtle Spiral example decompilation ( #2094 )
...
* use local variables for indices
* s/an/the/
2019-05-30 16:15:38 -07:00
Galen Nickel
f0e174a4f3
Revert "Update radio event parm usage descriptions ( #2075 )" ( #2077 )
...
This reverts commit 7950f1b4d7
.
2019-05-29 10:45:10 -07:00
Galen Nickel
7950f1b4d7
Update radio event parm usage descriptions ( #2075 )
2019-05-28 21:09:08 -07:00
Mark
147cc32220
add Keigan Motor extennsion ( #2067 )
...
* add Keigan Motor extennsion
* missing coma
2019-05-23 08:48:57 -07:00
Mark
e2e9409205
add Klip motor ( #2069 )
2019-05-23 08:10:48 -07:00