Commit Graph

256 Commits

Author SHA1 Message Date
Peli de Halleux
50367217f3
Lessons fixes (#1609)
* fixing a bunch of lessons

* more fixes

* more fixes

* more cleanup

* Additional fixes
2018-11-09 15:36:46 -08:00
Galen Nickel
ec45f388df Some updates to 'catch the egg' (#1588) 2018-11-05 09:07:50 -08:00
Galen Nickel
08e9c9c416 Add game 'life' api reference (#1569) 2018-11-01 22:22:54 -07:00
Abhijith Chatra
be7858cbed
Cherry picked fixes from v0 to v1 (#1476)
* Fix example and do a few edits (#850)

* Small fixes to the Karel project text (#862)

* fix missing shadow type

* add calibration info (#897)

microbit-support:6348 User reported bug, but didn't realie micro:bit compass had to be calibrated on first run of the program.

* Cherry pick adding various cross-editor compat APIs (#863)

* fix nudge

* Fix a typo ("screent") in the documentation (#1012)

* Fix a typo
"screent" -> "the LED screen"

* Update showArrow doc string for consistency with other methods

* Doc bugs found by xlators (#899)

* Update rotation.md (#998)

reflects actual behaviour of the board

* fixed layout corruption (#1073)

* Updating the new bug filer with the right link

* Update challenges.md (#1325)

For what I'm taught in school, 2 follows 1 😉😉.

* Update simulator.md (#1209)

* Update plant watering.md (#1264)

the connection to servo are male not female

* support for MIDI simulator in v0 (#1331)

* Doc improvements (#1337)

* update grammar in radio-dashboard sample code

* Chanllenge 2 follows 1

I open all challenges.md without "Challenge 2" and review the file
`grep -r "Challenge 2" -L | grep challenge | xargs -I@ code @`

Changes to be committed:
	modified:   docs/lessons/counter/challenges.md
	modified:   docs/lessons/game-counter/challenges.md
	modified:   docs/lessons/night-light/challenges.md
	modified:   docs/lessons/snowflake-fall/challenges.md

* Revert "support for MIDI simulator in v0 (#1331)"

This reverts commit 30a9c411fb80762656e7a636feff8e77b7fd9e67.

* Revert "Cherry pick adding various cross-editor compat APIs (#863)"

This reverts commit 7308dbef23e9ee402bebb7e721d7014d8252c9e5.

* Fixed pin needed to replace button A (#1385)

* Cherry pick part of the signature update in in2cWriteBuffer (#863): 7308dbe
2018-10-22 10:00:57 -07:00
Peli de Halleux
2b504d863d
Radiodocsupdate (#1430)
* a few updates

* more updates

* reorder radio blocks

* more shuffling of new radio apis

* fixing hot or ocold

* more doc fixes

* more updates

* fixing docs issues

* more doc fixes

* restore docs errors

* missing packate

* renamed argument of callback

* mssing radio

* more odcs fixes

* lock turtle

* ignore docs for now
2018-10-15 15:32:09 -07:00
Sam El-Husseini
6f148c14e0 Fix randomInt 2018-06-01 11:42:38 -07:00
Sam El-Husseini
8719f557aa Fix some doc issues 2018-04-21 11:47:43 -07:00
Sam El-Husseini
6b9e78d269 Change docs to randomInt 2018-04-21 10:52:09 -07:00
Sam El-Husseini
e3975e65e5 pxt-microbit Accessibility PR (#529)
* Accessibility changes
2017-09-07 13:42:08 -07:00
Peli de Halleux
a2a28391d0 fixed compass bug 2017-03-29 06:47:52 -07:00
Peli de Halleux
b3ad4e5b4d Fixing title 2017-03-29 06:36:02 -07:00
Peli de Halleux
7bd755f7ed adding ignore files to avoid uploading lessons 2017-03-16 10:21:51 -07:00
Peli de Halleux
00e9217e73 /reference/types -> /types 2017-03-16 07:57:41 -07:00
Peli de Halleux
69bd0225ad docs fixes 2017-03-15 15:54:40 -07:00
Peli de Halleux
b8aa63411c fixing var compilation issue in docs 2017-02-25 05:38:18 -08:00
Peli de Halleux
89406330cf rename micro:bit to @boardname@ 2016-11-01 17:44:37 -07:00
Peli de Halleux
d76d92e041 inserting macros instead of hard coded board names 2016-11-01 10:42:42 -07:00
Richard Knoll
ec404e5887 Deprecating old radio APIs and fixing docs (#289) 2016-10-24 16:30:21 -07:00
Peli de Halleux
bd1536132d fixing references / snippets
cleanup "snippets" compilation state
2016-10-22 21:29:31 -07:00
Peli de Halleux
78fffe0e01 typos 2016-09-28 19:24:43 -07:00
Richard Knoll
0676d780ab Fixing beat fraction typo (#263) 2016-09-23 22:27:57 -07:00
Abhijith
4aac4ef92d Fixing hero lesson 2016-09-21 16:31:03 -07:00
Peli de Halleux
5237b86cf5 docs cleanup 2016-09-01 06:49:39 -07:00
Peli de Halleux
47ea4e01d2 more docs cleanup 2016-09-01 05:28:27 -07:00
Sam El-Husseini
47401e947c Missing a reference to the "Compile" button, changed to Download. 2016-08-19 11:09:12 -07:00
Sam El-Husseini
67da22c135 Converting the term "Compile" to "Download" in the docs microsoft/pxt#236 2016-08-18 13:17:05 -07:00
Peli de Halleux
9788dd49cc fix testsnippet crash 2016-08-10 14:06:26 -07:00
Thomas Denney
a9141d027f Add package info for server side check 2016-08-10 13:44:10 +01:00
Thomas Denney
1164feb754 More snippet types 2016-08-09 16:55:43 +01:00
Thomas Denney
9ebd9d4f04 Add more snippet types for better detection 2016-08-09 16:52:24 +01:00
Thomas Denney
28b28d0b52 Change array declaration for first snippet in headbands 2016-07-25 11:11:51 +01:00
Thomas Denney
8fe8b78f4c Syntax fixes for hero lesson 2016-07-25 10:39:02 +01:00
Thomas Denney
f627f125c0 Syntax fixes for headbands lesson 2016-07-25 10:35:15 +01:00
Thomas Denney
6a5cfae5ff snake_case -> camelCase in docs 2016-07-19 11:42:42 +01:00
Peli de Halleux
cd0b2a646f fixing various doc links 2016-06-19 05:28:46 -07:00
Tom Ball
7bced60466 fix more broken links 2016-06-15 08:09:40 -04:00
Tom Ball
041b10ef04 fix broken links 2016-06-15 07:55:19 -04:00
Tom Ball
54213cf554 put lessons back for Michael 2016-06-14 17:28:08 -04:00
Tom Ball
f4eca66648 move lessons out of web site
will move select lessons back to "educators" section
2016-06-14 11:49:58 -04:00
Tom Ball
a6e6dd8287 10 projects, first draft complete 2016-06-14 11:30:25 -04:00
Tom Ball
d94c7e0157 lessons to projects 2016-06-14 11:12:13 -04:00
Tom Ball
5b5cac878b starting to reorganize lessons 2016-06-11 22:15:36 -04:00
Peli de Halleux
d262dc3704 removed duplicate file 2016-06-02 08:33:21 -07:00
Peli de Halleux
0c701a6809 more typos 2016-06-01 21:36:32 -07:00
Peli de Halleux
d571ce85c1 fixing broken path 2016-06-01 21:35:37 -07:00
Peli de Halleux
1e436f4e71 more docs updates 2016-06-01 21:19:16 -07:00
Peli de Halleux
d54aa41fc9 updated some lessons 2016-06-01 21:13:30 -07:00
Peli de Halleux
0d90aec229 tweaks 2016-06-01 21:08:46 -07:00
Peli de Halleux
4cba801d78 Merge branch 'master' into origin/docs 2016-06-01 20:53:46 -07:00
Peli de Halleux
5553fb93bb removing videos from docs 2016-05-26 15:24:10 -07:00