MakeCode für den Calliope
Go to file
Peli de Halleux 4ee1799271 more docs 2016-04-15 15:40:55 -07:00
.vscode Rename references 2016-04-07 11:30:22 -07:00
cmds Rename references 2016-04-07 11:30:22 -07:00
docs more docs 2016-04-15 15:40:55 -07:00
libs updated neopixel 2016-04-15 07:42:52 -07:00
olddocs/js fixing links in docs 2016-04-15 15:02:26 -07:00
sim fixing text scroll on simulator 2016-04-14 21:42:02 -07:00
win10 updated package 2016-04-11 08:23:33 -07:00
.gitattributes Add own manifest 2016-04-08 17:28:52 -07:00
.gitignore updated watch activity. fix for #29 2016-04-13 08:21:14 -07:00
.travis.yml Add configuration for running td2ts converter test 2016-04-13 14:34:45 -07:00
README.md Update README.md 2016-04-11 13:46:14 -07:00
package.json 0.2.75 2016-04-15 15:27:30 -07:00
pxtarget.json upated to 0.1.7. fixing rename issues 2016-04-14 14:29:28 -07:00
testconv.json Add configuration for running td2ts converter test 2016-04-13 14:34:45 -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 Microsoft Programming Experience Toolkit.

Build Status

Getting started

Please follow 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 codemicrobit.com and provides additional features.

Sideloading

  • Open Windows settings and search for Developer options
  • Enable the developer mode.
  • Find the latest build under win10/app/AppPackages/latest and run the Add-AppDevPackage.ps1 PowerShell script (mouse right-click, then run with PowerShell)

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 codemicrobit project.