pxt-calliope/libs/core
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
..
_locales Cherry picked fixes from v0 to v1 (#1476) 2018-10-22 10:00:57 -07:00
jres Update icons to have a transparnet OFF colour (#1360) 2018-10-08 10:34:22 -07:00
parts rename "microbit" package to "core" #414 (#270) 2016-10-10 16:21:50 -07:00
basic.cpp use new shadow to support time picker on pause (#1346) 2018-10-04 09:22:45 -07:00
basic.ts Display rounded number in basic.showNumber (#856) 2018-06-04 22:31:04 -07:00
codal.cpp Initialize our random generator with codal's (#1021) 2018-08-01 13:18:34 -04:00
control.cpp hide midi_Send 2018-10-07 21:27:46 -07:00
control.ts Lightmonster (#346) 2017-01-31 08:29:25 -08:00
dal.d.ts regenerated dal.d.ts for DAL2.1 (#1330) 2018-10-02 11:31:21 -07:00
enums.d.ts support for usb in redirect (#1452) 2018-10-17 09:50:34 -07:00
game.ts fix brightness (#1386) 2018-10-11 14:08:46 -07:00
gestures.jres Add field gesture and field images for the different gestures (#803) 2018-05-24 17:09:08 -07:00
helpers.ts Fix randomBool and game of life (#1008) 2018-07-31 16:36:52 -04:00
icons.jres Update icons to have a transparnet OFF colour (#1360) 2018-10-08 10:34:22 -07:00
icons.ts Cherry picked fixes from v0 to v1 (#1476) 2018-10-22 10:00:57 -07:00
images.cpp Update block pallette slightly to more saturated colours in order to increase constrast between block color and stroke color (#1323) 2018-10-01 14:39:51 -07:00
input.cpp Chaning the order in input advanced category (#1424) 2018-10-15 08:55:38 -07:00
input.ts Update a couple of colours that were missed (#1326) 2018-10-02 09:32:08 -07:00
led.cpp don't allow decimals in led x y fields (#1389) 2018-10-12 20:56:44 -07:00
led.ts don't allow decimals in led x y fields (#1389) 2018-10-12 20:56:44 -07:00
melodies.ts Adding support for music melody arrays (#358) 2017-02-28 15:23:32 -08:00
music.ts Update block pallette slightly to more saturated colours in order to increase constrast between block color and stroke color (#1323) 2018-10-01 14:39:51 -07:00
pins.cpp Cherry picked fixes from v0 to v1 (#1476) 2018-10-22 10:00:57 -07:00
pins.ts Cherry picked fixes from v0 to v1 (#1476) 2018-10-22 10:00:57 -07:00
pinscompat.ts Servo library support (#1343) 2018-10-05 11:09:08 -07:00
platform.h Pull common files from pxt-common-packages (#1165) 2018-09-10 10:11:41 -07:00
pxt.h Implement tagged integers in C++ (#813) 2018-05-29 15:55:58 -07:00
pxt.json revert BLE defaults 2018-10-16 08:54:43 -07:00
pxtcore.h Implement tagged integers in C++ (#813) 2018-05-29 15:55:58 -07:00
pxtparts.json Servo library support (#1343) 2018-10-05 11:09:08 -07:00
README.md rename "microbit" package to "core" #414 (#270) 2016-10-10 16:21:50 -07:00
serial.cpp support for usb in redirect (#1452) 2018-10-17 09:50:34 -07:00
serial.ts Add auto toString for various APIs (#1033) 2018-08-02 16:30:02 -04:00
shims.d.ts Cherry picked fixes from v0 to v1 (#1476) 2018-10-22 10:00:57 -07:00

core

The core library.