Example for BBC Micro:bit
Fork of microbit-samples by
Revision 10:3081f1233bdb, committed 2017-11-27
- Comitter:
- vshymanskyy
- Date:
- Mon Nov 27 22:04:25 2017 +0000
- Parent:
- 9:fbe11a5939af
- Child:
- 11:ab5d98681c3a
- Commit message:
- Update
Changed in this revision
LICENSE | Show diff for this revision Revisions of this file |
README.md | Show diff for this revision Revisions of this file |
module.json | Show diff for this revision Revisions of this file |
--- a/LICENSE Mon Nov 27 22:00:33 2017 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,22 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2016 British Broadcasting Corporation. -This software is provided by Lancaster University by arrangement with the BBC. - -Permission is hereby granted, free of charge, to any person obtaining a -copy of this software and associated documentation files (the "Software"), -to deal in the Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, sublicense, -and/or sell copies of the Software, and to permit persons to whom the -Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL -THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER -DEALINGS IN THE SOFTWARE.
--- a/README.md Mon Nov 27 22:00:33 2017 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,28 +0,0 @@ -# microbit-samples - -A collection of example programs using the micro:bit runtime. - -The source folder contains a selection of samples demonstrating the capabilities and usage of the runtime APIs. -To select a sample, edit the `MicroBitSamples.h` file in the source folder and uncomment the line matching the -sample you wish to use. Please be sure to note that only one sample is selected at a time. - -## Overview - -The micro:bit runtime provides an easy to use environment for programming the BBC micro:bit in the C/C++ language, written by Lancaster University. It contains device drivers for all the hardware capabilities of the micro:bit, and also a suite of runtime mechanisms to make programming the micro:bit easier and more flexible. These range from control of the LED matrix display to peer-to-peer radio communication and secure Bluetooth Low Energy services. The micro:bit runtime is proudly built on the ARM mbed and Nordic nrf51 platforms. - -In addition to supporting development in C/C++, the runtime is also designed specifically to support higher level languages provided by our partners that target the micro:bit. It is currently used as a support library for all the languages on the BBC www.microbit.co.uk website, including Microsoft Block, Microsoft TouchDevelop, Code Kingdoms JavaScript and Micropython languages. - -## Links - -[micro:bit runtime docs](http://lancaster-university.github.io/microbit-docs/) | [microbit-dal](https://github.com/lancaster-university/microbit-dal) | [uBit](https://github.com/lancaster-university/microbit) - -## Build Environments - -| Build Environment | Documentation | -| ------------- |-------------| -| ARM mbed online | http://lancaster-university.github.io/microbit-docs/online-toolchains/#mbed | -| yotta | http://lancaster-university.github.io/microbit-docs/offline-toolchains/#yotta | - -## BBC Community Guidelines - -[BBC Community Guidelines](https://www.microbit.co.uk/help#sect_cg) \ No newline at end of file
--- a/module.json Mon Nov 27 22:00:33 2017 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,11 +0,0 @@ -{ - "name": "microbit-samples", - "version": "0.0.1", - "description": "The micro:bit runtime common abstraction with examples.", - "license": "MIT", - "dependencies": { - "microbit": "lancaster-university/microbit#master" - }, - "targetDependencies": {}, - "bin": "./source" -}