Commit Graph

380 Commits

Author SHA1 Message Date
708f2a4ca5 remove code snippets that use onDataPacketReceived because that uses complex destructors which arent supported by python and that function is deprecated anyway (#2063) 2019-05-20 11:26:52 -07:00
c3c2545607 Fix block display for examples in 'inBackground' (#2018) 2019-04-22 17:38:58 -07:00
19641abe92 Update 'convertToText' ref page (#2002)
* Update 'convertToText' ref page

* say any type
2019-04-11 15:24:07 -07:00
a045ba378e Some linking for 'speakers' hw video (#1997) 2019-04-10 11:01:25 -07:00
3424862910 Update some info in 'plotBarGraph' (#1993)
* edits for the ref page

* fix temp example text

* spell maximum
2019-04-09 11:01:39 -07:00
bc71747112 default to num instead of variable for toString (#1977)
* default to num instead of variable for toString

* to text instead of toString

* converToText
2019-04-08 10:34:09 -07:00
3761d1282a Update the max length of a name in a sendValue packet (#1965) 2019-04-05 10:45:06 -07:00
aa51b7e014 add initial toString block (#1958) 2019-04-04 13:41:51 -07:00
0f1b923cc9 translator found bug fixes (#1937) 2019-03-22 13:27:25 -07:00
ea2361792f Adding serial.set(Rx|Tx)BufferSize (#1931)
* Fix for https://github.com/Microsoft/pxt-microbit/issues/1929

* bump pxt

* updated docs

* fix default values

* moving dialogs to react

* moving to react

* typo

* typo
2019-03-21 08:04:48 -07:00
d640dc5eed support for is-gesture (#1873)
* support for is-gesture

* updated shims

* activate shake button

* refactor

* refactor shake button
2019-03-21 07:40:23 -07:00
7b78665fcb Update BT pairing page (#1924)
* Update BT pairing page

* troubleshooting link
2019-03-21 04:18:06 -07:00
be617f6100 Insert kitronik servo guide link (#1923)
* Insert kitronik servo guide link

* Del leading space
2019-03-15 13:47:47 -07:00
c4868e131d Insert new hw video links (#1910) 2019-03-11 15:04:38 -07:00
0e13b0b7fa updated bluetooth pairing options 2019-02-28 08:32:42 -08:00
7a5de98819 update radio ref for deprecated pages (#1829) 2019-02-13 21:01:50 -08:00
ce7ff4b7a6 Add some linking for hw vids (#1813)
* add linking for hw vids, fix card pages

* revert vid card page and inline youtube links
2019-02-08 13:48:49 -08:00
b3535a50da Fix indentation errors (#1807) 2019-02-07 08:29:31 -08:00
079cd67c38 Update 'pins' ref pages (#1733)
* Update 'pins' ref pages

* Some jsdoc touchups
2019-01-03 16:02:19 -08:00
7856c046f4 Update on-event.md (#1718)
Explain what "background melody" means
2019-01-03 15:57:55 -08:00
bac93dfc58 update rotation range for pitch (#1776) 2019-01-02 21:52:53 -08:00
f4bb37b4bf Put 'writeLine' into serial ref example (#1747)
* Put 'writeLine' into serial ref example

* how about a space
2018-12-17 13:27:24 -08:00
55e5125449 Add game state boolean ref docs (#1694)
* Add game state boolean doc refs

* Add check for _img validity

* JS guru tricks
2018-12-02 20:11:17 -08:00
dda488c08f Update some music ref docs (#1693)
* Update some music ref docs

* bad link

* Actually add the note, hello
2018-12-02 16:46:05 -08:00
61c06ad969 stop melody block (#1633)
* docs

* updated strings
2018-12-02 07:56:47 -08:00
7b2b502a57 adding missing writeline function (#1667)
* adding missing writeline function

* 1.2.12
2018-11-25 21:57:18 -08:00
7e23340df1 Spellcheck docs (#1652)
* Spelling mistakes
2018-11-20 13:26:26 -08:00
a6e4f63dea I2C ref doc 'repeated' description (#1589)
* I2C ref doc 'repeated' description

* Note the non-endianness for one byte formats

* trigger rebuild
2018-11-15 21:57:39 -08:00
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
08e9c9c416 Add game 'life' api reference (#1569) 2018-11-01 22:22:54 -07:00
93a22ae17f radio double support (#1540)
* support for doubles in radio

* fix typos

* more docs

* more support

* fix build

* handle serial

* fix length

* fixing buffer allocation

* use same notation

* using decrRC
2018-10-29 10:42:12 -07:00
6293e8f342 restoring some docs (#1533) 2018-10-26 00:10:41 -07:00
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
920b30a304 Add more desc to on-received-buffer (#1431) 2018-10-16 10:20:05 -07:00
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
6209f0cc63 scratch like broadcast api (#1358)
* scratch like broadcast api

* always register handler

* adding docs

* added icon

* updated block name

* adding DAL support "radio.raiseEvent"

* typo

* implemented using radiobus

* adding docs

* adding raise event block

* updated shims

* updated pxt
2018-10-08 09:46:23 -07:00
eed66868a9 explictely set radio default power to 6 (#1286) 2018-09-24 10:16:03 -07:00
d0a40d1ae1 tools lessons (#1218)
* tools lessons

* updated summary

* more images

* wire up images

* fixing radio send-value
2018-09-12 13:26:39 -07:00
3b85710bd7 Fix radio reference snippets (#1185) 2018-09-06 14:37:40 -07:00
7f4cf50ee0 Make randomRange more consistent in docs (#1032)
* Make randomRange more consistent in docs

* Change formulation
2018-08-02 14:49:16 -04:00
56dedeff92 Clarify radio signal strength 2018-08-01 13:31:32 -04:00
2f45300f8c Fix wrong snippet in pins ic2 help (#1004) 2018-07-31 15:44:58 -04:00
f5c44a3d4b Update 'radio' docs for v1 (#937) 2018-07-09 11:17:32 -07:00
6f148c14e0 Fix randomInt 2018-06-01 11:42:38 -07:00
442722f12e Merge branch 'master' into vnext 2018-05-09 10:58:01 -07:00
12eee456df Change the 'deviceName' description (#761) 2018-05-02 13:31:06 -07:00
ccf4e23398 Corrected function output (#730) 2018-04-27 11:25:17 -07:00
3afa302e65 Remove offending docs 2018-04-21 12:21:29 -07:00
8719f557aa Fix some doc issues 2018-04-21 11:47:43 -07:00
6b9e78d269 Change docs to randomInt 2018-04-21 10:52:09 -07:00