Commit Graph

224 Commits

Author SHA1 Message Date
Peli de Halleux
adc27cc80e better 3d effect 2017-02-28 12:29:25 -08:00
thinkberg
186ecb6493 update simulator to match board v1.0 2017-02-24 22:22:46 +01:00
Matthias L. Jugel
6264e32223 started adding new board svg 2017-02-24 17:51:42 +01:00
Peli de Halleux
0c0c1cdd73 fix simulator y value 2017-02-06 14:41:24 -08:00
Richard Knoll
a5aca0dfcf merged master 2017-02-06 10:17:02 -08:00
Peli de Halleux
b1fd48882c merged from microbit 2017-02-06 10:12:34 -08:00
Matthias L. Jugel
4376d3cefe fix typos, fix accelerometer 2017-02-04 14:26:21 +01:00
Matthias L. Jugel
a846685d26 update sim to match updates in dal
(cherry picked from commit 62848ed)
2017-02-02 17:29:58 +01:00
Peli de Halleux
d4220593b0 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-22 17:08:59 -08:00
Peli de Halleux
5d861e1e6d negative scroll fix
fix for Microsoft/pxt#813
2017-01-22 17:07:45 -08:00
chmora
64aa0fd6f5 One letter showString shouldn't disappear (#338)
* Fix for "One letter showString shouldn't disappear", fixes #798

* miss semicolon
2017-01-22 17:06:35 -08:00
Peli de Halleux
975b995f09 fixing dal board 2017-01-12 23:05:29 -08:00
Peli de Halleux
cc3c966427 fixing typings 2017-01-02 19:02:05 -08:00
Peli de Halleux
a0b426bdf0 disable simulator crash, disable parts 2016-11-10 10:06:38 -08:00
Peli de Halleux
1e2066726a merging microbit 2016-11-09 13:29:34 -08:00
Peli de Halleux
0b144539f3 merging master 2016-11-09 13:20:18 -08:00
Peli de Halleux
7117ba771e support for multiple simulated servos 2016-11-07 22:25:19 -08:00
Peli de Halleux
3f94033c7d Merge branch 'master' of https://github.com/Microsoft/pxt-microbit 2016-11-07 13:30:53 -08:00
Peli de Halleux
0269ffa5ae support for filesystem in simulator 2016-11-07 11:11:38 -08:00
Sam El-Husseini
f6b7467324 Fix for accelerometer simulator not working in firefox 2016-11-07 10:43:43 -08:00
Sam El-Husseini
29eef560b0 whitespace 2016-11-07 10:33:22 -08:00
Sam El-Husseini
48afb52ef1 Fix for accelerometer simulator not working in firefox. Fixes Microsoft/pxt/#679 2016-11-04 15:39:57 -07:00
Peli de Halleux
83bd1ed3e1 support for motor commands 2016-11-02 22:35:00 -07:00
Peli de Halleux
94e72784b9 merging microbit changes 2016-11-01 08:35:45 -07:00
Peli de Halleux
4963bf776a basic servo simulation (#297) 2016-11-01 08:16:03 -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
Peli de Halleux
40fe1b4616 fix simulator support for music 2016-10-27 13:47:39 -07:00
Richard Knoll
f191d9033d Updating radio JSON writing API (#290) 2016-10-25 16:38:01 -07:00
Peli de Halleux
e7aed1d162 fixed sounds in simulator 2016-10-24 23:17:16 -07:00
Peli de Halleux
c937cba17e merging pxt-microbit updates 2016-10-24 13:00:39 -07:00
Richard Knoll
79c89b832a New Radio API (#287)
* Adding radio API for receiving a packet

* More new radio API changes

* renaming some properties

* Redoing radio packet parsing and updating new callback api
2016-10-24 12:55:44 -07:00
Peli de Halleux
28a8f21d40 merging ble changes 2016-10-18 21:55:02 -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
543659b0e8 specifying pin positions 2016-10-16 20:25:55 -07:00
Peli de Halleux
b968d3b1de fixing simulator in IE11 2016-10-16 20:09:13 -07:00
Peli de Halleux
e2fe660012 towards pin placement 2016-10-14 06:46:56 -07:00
Peli de Halleux
7d4b800637 identifying and naming pins 2016-10-13 23:53:24 -07:00
Matthias L. Jugel
3ac0a060dd added pin mapping 2016-10-13 11:16:10 +02:00
Peli de Halleux
4fc514e643 updated screen rendering 2016-10-12 23:40:33 -07:00
Peli de Halleux
7c2512e56b fixing thermometer 2016-10-12 23:30:19 -07:00
Peli de Halleux
d9eebf4a9f support for light level / thermometer simulation 2016-10-12 23:14:38 -07:00
Peli de Halleux
8af383ec56 updated svg layout 2016-10-12 22:44:05 -07:00
Peli de Halleux
dff4f3adb3 basic motor block support 2016-10-11 22:58:53 -07:00
Peli de Halleux
c4787e1028 support for rgb led in simulator 2016-10-11 11:41:51 -07:00
Peli de Halleux
d48404eb37 integrated pxt-microbit 2016-10-11 09:08:31 -07:00
Sam El-Husseini
277d5a721c rename "microbit" package to "core" #414 (#270)
* rename "microbit" package to "core" #414

* shouldn't edit the package id.

* updating package.json

* updated the wrong version

* missed updating pxt.json of tests
2016-10-10 16:21:50 -07:00
Peli de Halleux
3911c6522d integrate pxt-microbit changes 2016-10-10 14:43:33 -07:00
Peli de Halleux
7f2fd0dd09 positioning systemled 2016-10-10 13:16:39 -07:00
Peli de Halleux
574a9e01d5 updating pinmap 2016-09-29 15:25:57 -07:00