MakeCode für den Calliope
Go to file
Tom Ball 54213cf554 put lessons back for Michael 2016-06-14 17:28:08 -04:00
.vscode fixing various lint violations 2016-05-04 23:31:55 -07:00
cmds disabling source maps 2016-05-27 14:16:47 -07:00
docs put lessons back for Michael 2016-06-14 17:28:08 -04:00
libs updated bluetooth library 2016-06-14 13:57:27 -07:00
olddocs/js put lessons back for Michael 2016-06-14 17:28:08 -04:00
sim adding bluetooth button service. fix for #106 2016-06-14 13:53:05 -07:00
win10 updated rendering of buttons 2016-06-09 21:14:33 -07:00
.gitattributes Add own manifest 2016-04-08 17:28:52 -07:00
.gitignore added serial.redirect 2016-05-26 11:07:09 -07:00
.travis.yml Cache test scripts 2016-05-10 13:18:35 +02:00
README.md updated readme.md 2016-06-06 10:14:56 -07:00
package.json 0.2.161 2016-06-14 13:57:46 -07:00
pxtarget.json restructuring to separate language from API 2016-06-14 17:20:45 -04:00
testconv.json fixing test suite 2016-05-17 10:28:26 -07:00
tslint.json fixing various lint violations 2016-05-04 23:31:55 -07:00
webmanifest.json Add webmanifest files 2016-04-08 18:38:25 -07:00

README.md

micro:bit target for PXT

This target allow to program a BBC micro:bit using PXT (Microsoft Programming Experience Toolkit).

Build Status

Local server

Setup

The following commands are a 1-time setup after synching the repo on your machine.

  • install the PXT command line
npm install -g pxt
  • install the dependencies
npm install

Running

Run this command to open a local web server (add sudo for Mac/Linux shells)

pxt serve

If the local server opens in the wrong browser, make sure to copy the URL containing the local token. Otherwise, the editor will not be able to load the projects.

If you need modify the .cpp files, turn on yotta compilation with the -yt flag (add sudo for Mac/Linux shells):

pxt serve -yt

To make sure you're running the latest tools, run (add sudo for Mac/Linux shells)

pxt update

More instructions at https://github.com/Microsoft/pxt#running-a-target-from-localhost

Universal Windows App

The Windows 10 app is a Universal Windows Hosted Web App that wraps m.pxt.io and provides additional features.

Building

  • Install Visual Studio 2015 Update 2 or higher. Make sure the Windows 10 templates are installed.
  • open the win10/app.sln solution and launch the m.pxt.io project.