Commit Graph

1193 Commits

Author SHA1 Message Date
Galen Nickel
f1ccf81700 Add the 'Variables' lesson to csintro. (#427) 2017-06-26 17:58:05 -07:00
Peli de Halleux
39edf10ada Rpsteams (#426)
* add rps teams project

* renamed project page

* fixed summary
2017-06-26 11:24:11 -07:00
Peli de Halleux
c520be4798 Merge branch 'master' of https://github.com/Microsoft/pxt-microbit 2017-06-25 21:50:07 -07:00
Peli de Halleux
9e479b09bf ignore courses for crowdin 2017-06-25 21:49:58 -07:00
Galen Nickel
0873b5651c Add the 'Algorithms' lesson to csintro (#425)
* Push the initial migration of the 'algorithms' lesson.

* Adjust lesson part names and link into main csintro page.

* Add 'Algoritms' lesson to SUMMARY

* Put standards page in there too.
2017-06-25 21:11:55 -07:00
Peli de Halleux
108a07fe51 updated links 2017-06-25 09:48:56 -07:00
Carlos
d9ed0652e6 Fix misspells in documentation macros (#424)
* Fix doc macro in "hot or cold" project

* Fix doc macro in "wallet" project
2017-06-25 08:28:21 -07:00
Peli de Halleux
f5b2f5adc0 docs work (#423)
* first draft

* updated values

* added youtube

* updated ordering

* cross linking to courses page
2017-06-24 19:50:00 -07:00
Peli de Halleux
670bd7687f Hot or cold game (#422)
* first draft

* updated values

* added youtube

* updated ordering
2017-06-23 23:55:04 -07:00
Peli de Halleux
6450367c8b removing .hex files 2017-06-23 13:35:06 -07:00
Peli de Halleux
721d1aa115 updated landing page 2017-06-23 13:01:49 -07:00
Peli de Halleux
8bb358efb5 reorg the makinglesson 2017-06-23 12:58:20 -07:00
Peli de Halleux
91c64e438c fixing structure 2017-06-23 12:33:46 -07:00
Peli de Halleux
5942a6052e added image 2017-06-23 12:28:30 -07:00
Peli de Halleux
561a8e1478 fixed reference link 2017-06-23 12:18:11 -07:00
Peli de Halleux
fa9900e286 added minimal scafolding around course 2017-06-23 11:36:24 -07:00
Galen Nickel
90f5242dd1 Intro to CS curriculum intro and first lesson (#421) 2017-06-23 11:27:46 -07:00
Peli de Halleux
bc786c1ea5 updating states of matter 2017-06-21 23:11:55 -07:00
Peli de Halleux
75998526dc updated code section 2017-06-21 23:03:29 -07:00
Michael Elliot Braun
1c1052bb69 spell check 2017-06-21 23:02:14 -07:00
Peli de Halleux
952a3f89e2 updated TOC 2017-06-21 22:40:35 -07:00
Peli de Halleux
045a2a7694 reaction time and state of matter (#420)
* STEM0

* stem1

* STEM_soil

* soil_2

* update to stem lesson

* acceleration update

* reaction time

* update reaction and states of matter

* remove make pages

* stem index page

* update to stem lessons

* stem page update

* moving docs to projects

* update make

* editing

* code2

* complete reaction time project

* states of matter

* finish draft states of matter

* finish draft of states of matter

* make update for reaction game

* update make pics for projects

* index page

* reaction time landing page

* states of matter landing page

* make reaction time

* make reaction time1

* reaction time make2

* reaction time code

* reaction time code2

* forms of matter make3

* states of matter  make

* delete stem course folder

* deleting unecessary images

* delete add'l images for lessons
2017-06-21 22:25:53 -07:00
Peli de Halleux
65b2640744 Plant watering system (#419)
* added youtube movie

* plant watering system

* added project entry
2017-06-21 14:28:53 -07:00
Peli de Halleux
7ac75d646e fixed description 2017-06-21 13:14:51 -07:00
Peli de Halleux
676eee168a Soil - moisture (#418)
* updated servo calibrator

* updated plot analog pin example

* updated servo example

* first drop of soil moisture

* updated picture

* fixing macros

* update code section

* 5 seconds

* adding soil moisture

* fixing links
2017-06-21 11:17:25 -07:00
Peli de Halleux
19c6286fa1 moving to 0.12.40 2017-06-15 21:37:16 -07:00
Peli de Halleux
9a83aee9ef updated lesson 2017-06-15 15:12:34 -07:00
Peli de Halleux
7bb252b484 added voting project 2017-06-15 15:03:40 -07:00
Peli de Halleux
2d7e4ff1cd added radio dashboard 2017-06-14 20:39:55 -07:00
Peli de Halleux
e0f90e96e3 resolving UI issues on import old programs button 2017-06-13 22:47:00 -07:00
Peli de Halleux
5ed66a865b moving to 0.12.35 2017-06-13 21:45:09 -07:00
abalone23
2fec9dcc59 Change WINS/LOSSES to SCORE (#416)
Once step 7 is introduced WINS/LOSSES is not the correct terminology. SCORE should be used instead. For example, if initially there are 5 wins, followed by a loss, it would show: LOSSES:4
However, 4 is the current score, (5 WINS - 1 LOSS).
2017-06-13 20:40:47 -07:00
Sam El-Husseini
024d4a131c Inline the Roboto fonts, and don't download it from Google fonts (reducing an extra cdn to unblock) (#415) 2017-06-13 17:47:36 -07:00
abalone23
ecc9c24dc9 add pause to step 7 (#414)
pause is needed in step 7 as well in order to display text.
2017-06-13 15:42:31 -07:00
Peli de Halleux
d8277e572b bumping to v0.12.32 2017-06-13 13:47:41 -07:00
Peli de Halleux
95a0290bd1 bumping to .31 2017-06-13 13:18:01 -07:00
Peli de Halleux
114e8b3d58 moving to v0.12.30 2017-06-13 13:04:20 -07:00
abalone23
8a2d46d447 add pause after addScore (#413)
It's necessary to add a pause after addScore in order to display showNumber and showString based on this ticket:
https://github.com/Microsoft/pxt/issues/2280
2017-06-13 12:48:54 -07:00
Peli de Halleux
1a58376768 bumping to v0.12.29 (legacy m.pxt.io) 2017-06-13 10:39:25 -07:00
Peli de Halleux
c58b54ccf1 google verification page 2017-06-10 08:21:24 -07:00
Peli de Halleux
a064d8928e bumping to v0.12.23 2017-06-06 10:15:57 -07:00
Michal Moskal
09bfc5e60f Link template.pdf 2017-06-05 14:23:34 +02:00
Peli de Halleux
4053f2063e Merge branch 'master' of https://github.com/Microsoft/pxt-microbit 2017-06-04 22:39:50 -07:00
Peli de Halleux
f23cd09dfd updated wording 2017-06-04 22:39:42 -07:00
Peli de Halleux
5a80adeb8d updated fireflies lesson 2017-06-04 22:34:28 -07:00
Tom Ball
eb0c6e259b fix compass 2017-06-04 21:28:11 -07:00
Peli de Halleux
59c5e2ea9a fireflew activity (#410) 2017-06-04 10:42:52 -07:00
Peli de Halleux
699697301e updated infection info 2017-05-31 22:55:36 -07:00
Peli de Halleux
467ea500b3 updated disclaimer 2017-05-31 22:52:03 -07:00
Peli de Halleux
da9b180e17 updated infection 2017-05-31 13:22:08 -07:00
Peli de Halleux
d6ead4fad4 listing additional packages 2017-05-31 07:12:07 -07:00
Peli de Halleux
a2eeedac62 updated summary with new projects 2017-05-30 11:25:37 -07:00
Peli de Halleux
fd94571b9c fixing milkymoster template url 2017-05-30 10:28:45 -07:00
Johan Gorter
fdf3d0e902 Added a railway crossing project (#407) 2017-05-29 23:00:17 -07:00
David Fisher
d28b3fad9f Karel the LED project (#405)
* Karel the LED project

* style improvements

* Updates based on feedback
2017-05-25 21:01:00 -07:00
Peli de Halleux
d1c00ae3ab support for advanced SPI functions 2017-05-25 17:19:25 -07:00
Peli de Halleux
fb5a8cf64d support for interval in "show icon", "show arrow" 2017-05-25 16:52:52 -07:00
Peli de Halleux
0d4c5e9630 updated infection 2017-05-25 15:42:55 -07:00
Peli de Halleux
6229d93adc adding infection game 2017-05-25 09:33:57 -07:00
Peli de Halleux
221d84d3bf added stopwatch 2017-05-24 08:47:19 -07:00
Tom Ball
5a99315177 Update approval.md 2017-05-15 14:32:39 -07:00
Abhijith Chatra
2bb1ff026a removing bluetooth from examples 2017-05-01 11:11:54 -07:00
Abhijith Chatra
5b6a1168d1 fixing getting started 2017-04-28 17:26:19 -07:00
Peli de Halleux
9af989c13c Uartevent (#393)
* support for uart data event

* updated shims
2017-04-28 01:05:04 -07:00
Peli de Halleux
986b44a666 fixing summary structure 2017-04-26 09:14:56 -07:00
Peli de Halleux
bd895f43ba Calibrate compass (#392)
* adding 'calibrate-compass' function

* fixing simulator.

* updated docs

* fixing compat test suite with 'calibrate()' function
2017-04-25 10:46:25 -07:00
Peli de Halleux
54ae7a4fda Melody events (#391)
* support for custom playTone

* added music.onEvent, music.setPlayTone

* updated docs

* updated sample
2017-04-25 10:14:34 -07:00
Leo Gordon
53ddd4485d Pin names were out of sync with the pictures in the Make section... (#390)
Ended up editing the rest of the text for clarity.  Please let a native English speaker check the language.
2017-04-24 17:45:28 -07:00
Peli de Halleux
17c1abe86a support for serial read/write buffer (#384) 2017-04-21 09:02:29 -07:00
Peli de Halleux
3721eb32ca missing ~ 2017-04-21 08:52:41 -07:00
Peli de Halleux
8bfce47800 Merge branch 'master' of https://github.com/Microsoft/pxt-microbit 2017-04-17 11:47:43 -07:00
Owen Brotherwood
c48a74c3a8 chrome extension excludes other programs (#382)
* chrome extension excludes other programs 

not obvious in docs

* Update serial.md
2017-04-17 10:50:07 -07:00
Tom Ball
80d260d33f flashing heart not a tutorial 2017-04-17 10:00:37 -07:00
Peli de Halleux
67a746c2c1 removing old file 2017-04-17 09:50:06 -07:00
Michał Moskal
0ff8b7e852 Specify resistor value 2017-04-11 17:26:50 +01:00
Peli de Halleux
32bcc29f28 Updated package docs 2017-04-07 09:59:49 -07:00
Peli de Halleux
0373236ff3 updated toc 2017-04-06 23:06:35 -07:00
Peli de Halleux
08dc08b5b0 fixing broken links 2017-04-06 23:04:29 -07:00
Peli de Halleux
8e0d78438a updating package docs 2017-04-06 22:57:00 -07:00
Peli de Halleux
49f0a3f94c Add neopixel package listing in docs 2017-04-05 13:58:03 -07:00
Peli de Halleux
282189d41b support for multiple categories 2017-04-05 10:16:47 -07:00
Peli de Halleux
37efefdcee surfacing missing repeat parameter (#380)
* surfacing missing repeat parameter

* updated docs
2017-04-03 10:30:25 -07:00
Sam El-Husseini
a3c5ff5525 Updating release version 2017-03-31 17:49:04 -07:00
Peli de Halleux
b5e6476442 fixed link 2017-03-31 11:26:04 -07:00
Peli de Halleux
29590e336c updated package list 2017-03-31 11:13:41 -07:00
Peli de Halleux
3931535d5e updated getting-started (#379) 2017-03-30 14:14:39 -07:00
Sam El-Husseini
4a983993f6 Fix documentation typo in set-accelerometer-range 2017-03-29 11:20:11 -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
7e94473fb6 updated summary 2017-03-28 09:49:46 -07:00
Peli de Halleux
8e6de6a496 adding coin flipper project 2017-03-28 09:48:51 -07:00
Peli de Halleux
358596bb7e removing old 'getting-started' guide 2017-03-28 05:44:28 -07:00
Peli de Halleux
5748af704b Merge branch 'master' of https://github.com/Microsoft/pxt-microbit 2017-03-27 20:18:06 -07:00
Abhijith
c6c2167a73 javascript tag doesn't work for import in code. Changing it into blocks 2017-03-27 17:51:39 -07:00
Abhijith
b54e10c11e Summary.md fixes 2017-03-27 16:59:37 -07:00
Abhijith
c0068cb240 Game of life code card 2017-03-27 16:32:09 -07:00
Peli de Halleux
b59b05df53 Added eddystone example 2017-03-27 16:25:39 -07:00
Peli de Halleux
24ecb14321 undusted BT docs 2017-03-27 15:43:37 -07:00
Peli de Halleux
c30a747d47 rename "milk-jar-robot" to "milk carton robot" 2017-03-27 11:19:08 -07:00
Peli de Halleux
963b157bbd Milkrobot (#378)
* first draft

* fixed code section

* calibration

* fix broken link

* fixing missing parts
2017-03-26 21:34:25 -07:00
Peli de Halleux
2bec29bdd1 Milk Jar Robot (#377)
* first draft

* fixed code section

* calibration

* fix broken link
2017-03-26 21:22:40 -07:00
Peli de Halleux
684646d3de upgraded download instructions to use "save as" 2017-03-24 07:39:59 -07:00
Peli de Halleux
62b4168531 updated brightness docs 2017-03-24 07:14:37 -07:00
Peli de Halleux
85223aaff2 updated pictures in milky-monster 2017-03-21 12:03:03 -07:00
Peli de Halleux
329ebcccd4 updated docs 2017-03-21 09:57:59 -07:00
Peli de Halleux
14c76b49f1 docs fixes 2017-03-21 09:26:33 -07:00
Peli de Halleux
4b01210b0d fixing docs issues 2017-03-21 09:11:24 -07:00
Peli de Halleux
f041324388 outline of milkjmonster lesson (#372)
* outline of milkjmonster lesson

* Inital version Milky Monster ready to publish on Github - can you please review Peli ?

* removing "radio" project

* various fixes

* updated summary

* Adding croc to male option

* commit changes

* fixed missing pdf

* fixing broken image link

* fixing servo page

* fixing markdown

* Fixing step1

* commit changes

* merging

* merge

* changed milk-monster to milky-monster

* reized image
2017-03-20 15:17:24 -07:00
Tom Ball
0fd71756ae Merge pull request #373 from Microsoft/book
examples from chapter 1.
2017-03-17 16:21:21 -07:00
Tom Ball
f391e6de16 examples from chapter 1. 2017-03-17 16:05:00 -07:00
Peli de Halleux
e754ffaed7 updated docs 2017-03-16 14:47:48 -07:00
Peli de Halleux
e15ceafa58 updated docs 2017-03-16 14:35:10 -07:00
Peli de Halleux
871015ea76 updated package docs 2017-03-16 13:54:48 -07:00
Peli de Halleux
7bd755f7ed adding ignore files to avoid uploading lessons 2017-03-16 10:21:51 -07:00
Peli de Halleux
f131c4f9f7 renamed coffee-cup -> light 2017-03-16 09:56:12 -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
46c297cba7 fixing devices docs 2017-03-15 15:31:34 -07:00
Peli de Halleux
5c2d9c769c moving master to v0.9.55 2017-03-15 14:36:33 -07:00
Peli de Halleux
fb5bb396e1 more migration to common docs (#370)
* more migration to common docs

* refactoring js

* removed duplicate docs

* migrating more docs

* more refactoring

* migrated browsers page

* updated summary
2017-03-14 12:07:17 -07:00
Peli de Halleux
1acad5195e moving live to 0.9.53 2017-03-14 09:22:41 -07:00
Peli de Halleux
fb5dfd11a4 updated /beta-ref to v0.* releases 2017-03-14 09:21:25 -07:00
Peli de Halleux
b5c7eecf77 pointing beta to 0.* 2017-03-14 09:18:13 -07:00
Peli de Halleux
30e2701b81 fixing links 2017-03-12 04:16:01 -07:00
Sam El-Husseini
a8df983214 TOC (#369)
* Table of contents (incomplete)

* Minor fix

* Updating summary.md
2017-03-12 04:06:10 -07:00
Peli de Halleux
742b24a28a added link to list of resellers 2017-03-08 05:01:11 -08:00
Peli de Halleux
316d82a8d2 moving all js docs under "javascript" (#368) 2017-03-07 10:17:01 -08:00
Sam El-Husseini
65b92d8f31 Pushing patch to release, fixing P1 bug pxt#1491 2017-03-01 23:13:53 -08:00
Richard Knoll
44beec4661 Adding docs for always decompile blocks (#360)
* Adding docs for always decompile blocks

* Renaming file and adding example

* Adding link to javascript blocks
2017-03-01 14:51:39 -08:00
Sam El-Husseini
2cd3bca8db Release Candidate release 2017-03-01 14:02:09 -08:00
Sam El-Husseini
7c1b761964 Swapping play builtin melody with begin melody in reference docs 2017-03-01 00:38:12 -08:00
Sam El-Husseini
b0fddd7e72 Fix melody reference docs. 2017-03-01 00:34:31 -08:00
Abhijith Chatra
9db5db5067 Update statements.md 2017-02-28 18:19:37 -08:00
Abhijith Chatra
cdc0d12a98 Update faq.md 2017-02-28 18:04:52 -08:00
Abhijith Chatra
e08148cac6 Update classes.md 2017-02-28 17:45:42 -08:00
Sam El-Husseini
e947f4859b Adding support for music melody arrays (#358)
* Adding support for music melody arrays in Typescript
2017-02-28 15:23:32 -08:00
Tom Ball
92508d2daf minor cleanup to JS docs 2017-02-28 14:58:42 -08:00
Sam El-Husseini
0054dede9a Release v0.9.23 2017-02-28 10:29:02 -08:00
Peli de Halleux
b2282b1a81 adding descriptions to code examples 2017-02-28 04:57:27 -08:00
Tom Ball
30fe647f51 more docs for show-arrow. correct errors 2017-02-27 10:51:52 -08:00
Peli de Halleux
1a398e0db9 moving icon files under sim 2017-02-27 09:59:14 -08:00
Tom Ball
dfca86999f add doc for showIcon 2017-02-27 09:07:36 -08:00
Peli de Halleux
b8aa63411c fixing var compilation issue in docs 2017-02-25 05:38:18 -08:00
Sam El-Husseini
aea8299006 February beta to release. 2017-02-17 12:23:24 -08:00
Sam El-Husseini
acbe9106cc Updating small organization logo 2017-02-16 20:36:20 -08:00
Peli de Halleux
a4a74bdd6b adding a few more examples 2017-02-09 17:40:21 -08:00
Peli de Halleux
45c82767d0 fixed titles 2017-02-09 14:57:38 -08:00
Peli de Halleux
0c77927f35 fixing example page format 2017-02-09 14:51:12 -08:00
Peli de Halleux
672672e632 adding example pages 2017-02-09 14:44:56 -08:00
Peli de Halleux
9641c4b5ec fixed pin-pressed 2017-02-02 23:26:55 -08:00
Tom Ball
51781be90b Merge pull request #350 from Microsoft/icons
add icons/arrows/clock
2017-02-01 09:28:09 -08:00
Peli de Halleux
1d47b4de0d Lightmonster (#346)
* fixed boardname issues

* refactored servo info

* coffee cup monster lesson skeleton

* display event source id / value in advanced section

* normalized project structure

* updated project name

* Update projects.md
2017-01-31 08:29:25 -08:00
Peli de Halleux
595e4a23e6 package approval docs (#344)
* updated docs

* @jaustin comments

* Update packages.md
2017-01-31 08:28:33 -08:00
Tom Ball
f944af8122 get rid of images 2017-01-30 15:33:33 -08:00
Tom Ball
35225468e4 add some images 2017-01-30 15:03:50 -08:00
Richard Knoll
72d5e83e5b Exposing pin eventOn method (#349) 2017-01-30 19:19:54 +00:00
Richard Knoll
9a4a2264fa Fixing singal strength docs and adding an example (#347) 2017-01-28 19:53:36 +00:00
Sam El-Husseini
e9558ce158 Fix svg scaling issue in IE. (#348)
* Fix svg scaling issue in IE. Fixes #1192

* minor fix
2017-01-28 19:53:05 +00:00
Peli de Halleux
c7054b7ee0 Merge branch 'master' of https://github.com/Microsoft/pxt-microbit 2017-01-20 15:16:29 -08:00
Peli de Halleux
28830aa905 more info on on-start 2017-01-19 17:51:48 -08:00
Brahma Giri Abhijith Chatra
7fbbb5e65a release of beta 2017-01-19 16:55:20 -08:00
Peli de Halleux
45fd40a553 adding on pin pressed in getting-started 2017-01-17 11:37:20 -08:00
Peli de Halleux
05028c4527 Serial events (#337)
* added "serial->on data received"

* updated info

* updated docs

* added readline to read entire buffer

* lazy initialize of serial buffers

* init async on event

* updated docs
2017-01-10 10:26:44 -08:00
Peli de Halleux
7a98b06424 Custom microbit loader (#334)
* Custom microbit loader

* updated animation

* use standardized name
2017-01-06 17:39:48 -08:00
Peli de Halleux
1d82f08668 update instructions to use inline buttons 2017-01-06 14:41:33 -08:00
Peli de Halleux
4681a68ffd added avatar image 2017-01-06 09:51:19 -08:00
Peli de Halleux
0a69b773de missing package annotation 2017-01-06 07:19:00 -08:00
Peli de Halleux
46281c3cd0 fixing broken links in docs 2017-01-06 06:12:39 -08:00
Peli de Halleux
05d88cb4ba updated getting -started 2017-01-06 04:32:53 -08:00
Sam El-Husseini
81fe9afbb7 remove begin 2017-01-05 13:35:28 -08:00
Sam El-Husseini
65c615f256 Merge branch 'master' into tutorialmode 2017-01-05 13:33:41 -08:00
Peli de Halleux
dcede1703a fixing link 2017-01-05 13:31:05 -08:00
Peli de Halleux
f7ec452ea0 updated steps 2017-01-05 13:30:14 -08:00
Peli de Halleux
20260e8933 fixes to docs 2017-01-05 13:28:06 -08:00
Peli de Halleux
27d6a8281a Inchworm (#331)
* images for inchworm project

* binding pictures

* updated inchworm lesson
2017-01-05 10:00:36 -08:00
Sam El-Husseini
c5128aa497 Merge branch 'master' into tutorialmode 2017-01-05 08:19:39 -08:00
Peli de Halleux
a59394646c fixed docs 2017-01-05 07:37:46 -08:00
Sam El-Husseini
d2d776fd01 Updating getting started tutorial 2017-01-04 10:06:47 -08:00
Sam El-Husseini
03111368e0 add more blocks 2017-01-02 22:14:40 -08:00
Sam El-Husseini
c10761128e Tutorial mode changes 2017-01-01 18:52:22 -08:00
Peli de Halleux
2da0cf1178 support for buffer signature (#325) 2016-12-23 08:58:38 -08:00
Peli de Halleux
50f0e85884 docs updates 2016-12-20 12:31:25 -08:00
Peli de Halleux
92b60a251d On start support (#324)
* annotating APIs to support onstart

* missed file

* updated templates

* adding new lines in main.ts

* fixing docs

* removing onstart

* updated docs

* updated various docs

* more docs

* adding upgrade policies for blocks

* updated pxt reference

* placing on start under "basic"
2016-12-19 14:09:35 -08:00
Peli de Halleux
96d354a8a8 Merge pull request #316 from OwenBrotherwood/patch-1
Correction for max. length of advertised url to 17
2016-12-09 15:13:12 -08:00
Peli de Halleux
02480b1c54 updated master to 0.6.36 2016-12-09 13:51:23 -08:00
Peli de Halleux
4a4007ba41 fixing uploader link 2016-12-08 12:33:31 -08:00
Peli de Halleux
3469ad6f8d Added note about protocol encoding. 2016-12-08 12:01:35 -08:00
Peli de Halleux
03c0339e9a fixing docs snippets 2016-12-08 09:16:27 -08:00
Peli de Halleux
66d3c6c7e8 fix for https://github.com/Microsoft/pxt/issues/549 2016-12-08 08:28:28 -08:00
Peli de Halleux
870b26a85a updated lessons to use radio 2016-12-08 00:10:00 -08:00
Peli de Halleux
6c11dbcdf4 added setTransmitPower in BLE 2016-12-07 09:05:03 -08:00
Owen Brotherwood
30211aa006 Correction for max. length of advertised url to 17
https://github.com/google/eddystone/tree/master/eddystone-url#frame-specification states 1-17
When one makes a general google for the max length, some have written 18 and some 17 :(
The difference could lie in the https://github.com/google/eddystone/tree/master/eddystone-url#url-scheme-prefix which adds an extra byte but it's use is to in someway allow for more bytes in the 1-17.
The implementation in the micro:bit Lancaster is unknown as to how the url-scheme-prefix is or is not used: there does not seem to be a scheme for "Just take the 1-17" for the url.

At the moment, "play it safe" and write 17 ?
2016-12-06 20:51:44 +01:00
Sam El-Husseini
280b555f86 Theming the microbit target 2016-12-01 18:35:10 -08:00
Peli de Halleux
034897b0a6 fixing docs issues 2016-11-30 05:00:34 -08:00
Peli de Halleux
d873cbb6c3 updated api definitions 2016-11-30 04:24:52 -08:00
Peli de Halleux
adef3a6487 updated docs 2016-11-30 04:19:17 -08:00
Peli de Halleux
be0984cc4a integrating eddystone into bluetooth package 2016-11-30 04:06:15 -08:00
Peli de Halleux
c5c5362b5d Merge branch 'master' into eddystone 2016-11-29 23:27:49 -08:00
Peli de Halleux
b1fcc51bc8 preparing support for eddystone 2016-11-29 09:21:23 -08:00
Peli de Halleux
63e24ce90a support for setting music pin using analogSetPitchPin 2016-11-29 08:59:54 -08:00
Peli de Halleux
f0b91b07c1 fix typo 2016-11-29 00:04:21 -08:00
Peli de Halleux
d961e14e5c bumped to 0.6.13 2016-11-11 15:14:54 -08:00
Peli de Halleux
fabf09477c fixing broken link 2016-11-11 06:54:17 -08:00
Peli de Halleux
fd5357b273 simplify projects 2016-11-10 08:37:13 -08:00
Peli de Halleux
4aa2d129e9 Adding list of domains that need to be allowed for editor 2016-11-08 15:44:51 -08:00
Peli de Halleux
e5dc046fcc moving live to 0.5.33 2016-11-04 13:38:01 -07:00
Peli de Halleux
054501ace0 added reference 2016-11-04 08:18:43 -07:00
Peli de Halleux
652abe0892 Wallet (#301)
* adding images

* fixed image path

* half way through instructions

* updating maker instructions

* adding protection section

* renaming making -> make

* fixed link

* added coding section

* updated lessons

* fix broken links
2016-11-03 15:49:29 -07:00
Peli de Halleux
682ae92a08 updated docs with @homeurl@ 2016-11-01 21:48:11 -07: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
Peli de Halleux
7303a1235f bumped to v0.5.21 2016-10-28 15:51:26 -07:00
Peli de Halleux
76adc3c00a added led.enable (#294)
* added led.enable

* fixed simulator support for led.enable
2016-10-28 08:34:04 -07:00
Richard Knoll
95e4c609a4 Rename the parameters for the sendValue block (#293) 2016-10-27 14:48:22 -07:00
Peli de Halleux
172aa6a4d7 updated translated docs 2016-10-27 11:15:35 -07:00
Michal Moskal
f078d59bb5 Remove testing file 2016-10-26 11:45:15 +01:00
Michal Moskal
dffbe5dcb4 Testing cdn fixes 2016-10-26 10:15:05 +01:00
Richard Knoll
2bc5db517e Renaming the string in onDataPacketReceived and updating docs (#292) 2016-10-25 16:39:13 -07:00
Richard Knoll
f191d9033d Updating radio JSON writing API (#290) 2016-10-25 16:38:01 -07:00
Michal Moskal
7d912110f4 Bumping main version to 0.5.9 with fixed icons 2016-10-25 19:53:11 +01:00
Peli de Halleux
6b9b636ae6 moving master to v.0.5.8 2016-10-25 08:19:19 -07:00
Richard Knoll
ec404e5887 Deprecating old radio APIs and fixing docs (#289) 2016-10-24 16:30:21 -07:00
Michal Moskal
06641d4e5c Beta is latest tagged releases 2016-10-24 16:58:12 +01:00
Michal Moskal
a705c4882b Add initial release pointers 2016-10-24 16:48:03 +01:00
Peli de Halleux
66a46e4046 fixing links in docs 2016-10-22 23:04:08 -07:00
Peli de Halleux
bd1536132d fixing references / snippets
cleanup "snippets" compilation state
2016-10-22 21:29:31 -07:00
Peli de Halleux
fcefe1ed36 Fixing a few typos 2016-10-22 20:34:18 -07:00
gingemonster
3f1817037e Added a new project, the magic button trick (#284)
* adding the 'magic button trick' project

* tweaking text and fixing spelling mistakes

* adding vscode temp files to gitignore

* updated after feedback

* removing vscode temp files

* missed two vars

* deleting vscode temp file
2016-10-22 19:53:48 -07:00
Peli de Halleux
a2cb2c2ed0 Merge branch 'master' of https://github.com/Microsoft/pxt-microbit 2016-10-21 14:46:23 -07:00
Abhijith Chatra
44e2ffc874 Merge pull request #281 from Microsoft/musicfix
Fixing music doc issues
2016-10-21 14:21:19 -07:00
Peli de Halleux
64b68c7439 updated faq to point to support 2016-10-21 11:45:29 -07:00
Peli de Halleux
f9d138cb42 migrating to pxt.microbit.org settings 2016-10-21 10:49:04 -07:00
Abhijith
0b1b312e76 Fixing music doc issues 2016-10-21 08:48:43 -07:00
Peli de Halleux
c6fa997f02 updated docs from codethemicrobit to pxt.microbit.org 2016-10-19 16:49:05 -07:00
Peli de Halleux
23d30484d4 updated docs page 2016-10-18 21:52:10 -07:00
Peli de Halleux
6ad59e04a6 fixed uart issues 2016-10-18 21:47:54 -07:00
Peli de Halleux
ae5d5c74a7 better support for BLE UART and alignment with serial blocks. (#276)
* aligning uart apis with serial

* reorganizing serial/bluetooth blocks

* Autoupdate configuration for UART. (#279)

* Autoupdate configuration for UART.

* removing serial autoupdates.
2016-10-18 21:36:42 -07:00
Peli de Halleux
fba37d96b2 updated localization help 2016-10-18 13:19:46 -07:00
Peli de Halleux
ef8d7185ee adding lessons to create circuit using aluminium foil 2016-10-13 12:52:47 -07:00
Sam El-Husseini
b0392da8b1 Fix indentation of showLeds in a couple of projects. 2016-10-13 11:32:25 -07:00
Peli de Halleux
f7ed06108d Inputorg (#275)
* use typescript from workspace

* fixed tracking in localhost

* updated ordering of input/radio
2016-10-11 19:36:00 -07:00
Peli de Halleux
80131f2928 updated tilt tempo video 2016-10-10 11:04:00 -07:00
Peli de Halleux
51bd8d57aa updated raspbian docs 2016-10-09 21:50:13 -07:00
Peli de Halleux
d69a82d167 updated telegraph project 2016-10-03 22:32:27 -07:00
Peli de Halleux
a30ca46fef merging changes 2016-10-03 22:23:01 -07:00
Peli de Halleux
a56226c08d updated hack-your-headphone lesson 2016-10-03 22:21:36 -07:00
Peli de Halleux
87d34ba030 restructed banana lesson 2016-10-03 19:07:54 -07:00
Peli de Halleux
091917b765 removed linking between projects 2016-10-03 18:55:09 -07:00
Richard Knoll
aea09c1830 Minor fixes to guitar demo 2016-10-03 16:37:46 -07:00
Peli de Halleux
a34f765681 adding guitar to project list 2016-10-03 15:18:20 -07:00
Peli de Halleux
2ae78fe6b8 Updated guitar lessons (#268)
* initial notes

* updated code samples

* splitting the page and preparing layout

* missing gamepad api

* added basic guitar activty md files

added initial draft of guitar lesson - in progress

* word smithing and adding detail for concepts listed

* word smithing and adding detail for concepts listed

* typo in file name

* missing macro

* replaced guitar.png with image from Julia Carlson

* adding a few pictures

* adding cards macros

* few tweaks

* image for accellerometer lesson xyz axis

* fixed the numbering buttons page
-fixed the numbering to restart for each section and asdded spaces after so they don't wrap

* adding a few video links

* pin-press - added circuit info

* more vids

* fixing latest commit

* edits to light sensor and pin-press

* updated descriptions, linking lesson

* pin-press and display-buttons updates
-added dode samples to pin press

* updated making video

* light-sensor updated numbering

* Clean up
Clean up of headings to template style, other fixes

* putting display in template
use h2 with "Step 1:" and image before text

* removed numbered lists for display & light
these topics are code complete

* more consistent formating
Acceleromenter, buttons, light sensosr

* Acceleration Lesson, added art
Lesson steps for Acceleration, art for degree F to C for Map anology+clean up of light sensor topic

* Pin Press code complete
some other basic fomats and edits

* Removed dashes in lesson names
renamed and fixed references to files with "-" in names

* rest of fles w/ dash in name changes

* fixed links to guitar activities

* updated acceleraomter section

* transparency 4 art, image text
added transarency and renamed art, added descriptive text for video and still images

* renamed art

* fixing the merge

* fixing hint

* moved step 2 outside ~hint block

* fixing snippets

* remove guitar from project list

* Duration/Materials consistent  format
moved out of ~avatar block
2016-10-03 14:59:58 -07:00
Peli de Halleux
8a47793f48 reorg lesson 2016-09-29 22:15:04 -07:00
Peli de Halleux
13383e6232 adding sketeches 2016-09-29 08:32:15 -07:00
Peli de Halleux
068ea80a45 Merge branch 'master' of https://github.com/Microsoft/pxt-microbit 2016-09-28 22:36:04 -07:00
Peli de Halleux
7a86bbd6b9 Timingate (#265)
* draft lesson

* basic timing gates lesson
2016-09-28 22:35:53 -07:00
Peli de Halleux
78fffe0e01 typos 2016-09-28 19:24:43 -07:00
Peli de Halleux
9d4b31fe4d updated share docs 2016-09-28 00:29:27 -07:00
Peli de Halleux
2c39e249f9 New guitar project (#264) 2016-09-26 21:55:39 -07:00
Richard Knoll
0676d780ab Fixing beat fraction typo (#263) 2016-09-23 22:27:57 -07:00
Thomas Denney
faed492a87 Embed docs (#259)
* Generic instructions for embedding

* Wordpress instructions, update Markdown instructions

* Blogger instructions

* Squarespace instructions

* Google sites info

* Sway restrictions

* Correct order
2016-09-22 03:50:59 -07:00
Thomas Denney
0ce1738653 Remove comment re Safari in private mode 2016-09-22 09:27:46 +01:00
Brahma Giri Abhijith Chatra
c04ddbb459 Merge branch 'master' of https://github.com/Microsoft/pxt-microbit 2016-09-21 16:34:06 -07:00
Abhijith
4aac4ef92d Fixing hero lesson 2016-09-21 16:31:03 -07:00
Peli de Halleux
979b2b892a avoid name collision (embed.md => share.md) 2016-09-21 15:01:43 -07:00
Peli de Halleux
e62d15ba85 Embed docs (#257)
* embed docs

* adding embed docs
2016-09-21 10:15:59 -07:00
Thomas Denney
adf97d9b5c Add information about Safari being unsupported in private browsing mode 2016-09-21 11:23:43 +01:00
Thomas Denney
6bb35c1a72 More detailed information about which browser versions are supported 2016-09-19 09:31:03 +01:00
Peli de Halleux
1e0cd48316 updated docs 2016-09-15 11:04:45 -07:00
Peli de Halleux
dbaf406703 splitted usb transfer instructions 2016-09-15 08:35:01 -07:00
Peli de Halleux
21a36eb9ee fixing broken image paths 2016-09-14 22:43:59 -07:00
Peli de Halleux
7ce41b52aa fixing path in docs 2016-09-14 22:28:05 -07:00
Peli de Halleux
6e4f4595a2 updated usb images 2016-09-14 22:18:01 -07:00
Peli de Halleux
886e071d7f updated about to link to docs 2016-09-14 08:14:04 -07:00
Peli de Halleux
d6ff930333 fix capitalized file names 2016-09-13 10:36:25 -07:00
Thomas Denney
54a7ac81ea Recommended browser documentation (#251)
* Documentation page for unsupported browsers

* Update unsupported documentation with mac info

* Blur irrelevant information in version screenshots

* Rename to Peli's suggested path

* Browser recommendation for each platform
2016-09-13 10:33:06 -07:00
Peli de Halleux
2e90b351da updated other download picture 2016-09-12 11:33:16 -07:00
Peli de Halleux
801bd6c7a0 udpated download pictures 2016-09-12 11:30:12 -07:00
Thomas Denney
953b362b34 Download instructions (#250)
* Images of micro:bit attached t ostuff

* Cropped and enhanced USB images

* Define paths for USB images

* Added new matching criteria for images

* Help URL

* Add paths for all images

* Cropped images so they look better on dialog

* Add link to uploader
2016-09-12 11:10:30 -07:00
Thomas Denney
ef4b06a087 Merge branch 'master' of https://github.com/Microsoft/pxt-microbit 2016-09-09 15:19:58 +01:00
Peli de Halleux
2bacb58fdd simpler instructions 2016-09-08 00:46:43 -07:00
Peli de Halleux
1ee6274100 added raspberry-pi instructions 2016-09-08 00:00:07 -07:00
Thomas Denney
dfe270d259 Correct filename of data.csv in radio challenge 2016-09-07 11:32:41 +01:00
Peli de Halleux
ea088ac828 renaming docs image files 2016-09-06 13:31:47 -07:00
Peli de Halleux
6d637eefd7 scaling, cropping,blurring 2016-09-06 10:06:09 -07:00
Peli de Halleux
6310e96ac2 Merge pull request #239 from Microsoft/usb-docs-update
.hex file download and USB transfer docs update
2016-09-06 09:10:06 -07:00
Thomas Denney
dbb1e31822 Remove DS_STORE 2016-09-06 10:01:12 +01:00
Thomas Denney
5376bc2dce Rename images, remove redundant images 2016-09-06 09:57:45 +01:00
Thomas Denney
57bd293df8 Move arrow position on doc image 2016-09-06 09:52:17 +01:00
Thomas Denney
e570d46755 Rewrite instructions on downloading files to make them more clear 2016-09-06 09:49:08 +01:00
Thomas Denney
d37f284fce Added arrows to images and updated instructions 2016-09-06 09:28:20 +01:00
Thomas Denney
b716226889 Images for Windows 2016-09-06 09:05:33 +01:00
Sam El-Husseini
ac8c9c5e85 Updating editor screenshots in js/cal, fixes #230 2016-09-05 09:04:03 -07:00
Thomas Denney
057260c483 Update OS X Firefox screenshots and instructions 2016-09-05 16:46:56 +01:00
Thomas Denney
568ae32f81 Update screenshot and instructions for OS X Chrome 2016-09-05 16:32:41 +01:00
Thomas Denney
ae605ff829 Update OS X file transfer screenshot 2016-09-05 16:22:06 +01:00
Thomas Denney
f25ddb1085 OS X screenshot 2016-09-05 15:50:27 +01:00
Peli de Halleux
d890c05229 moving parts .svg under simulator 2016-09-01 08:57:20 -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
Peli de Halleux
bfc2641637 various docs cleanup 2016-09-01 05:08:27 -07:00