Core51822 module helloworld. BLE disable version.
Dependencies: microbit_ble_disable
Fork of microbit-samples by
Core51822モジュールでmicro:bitのDAL(Device Abstraction Layer)を使います。
注意
BLE(Bluetooth Low Energy)は無効にしています。
Diff: README.md
- Revision:
- 2:5b2cd31ac474
- Parent:
- 1:2ee7e607faaa
diff -r 2ee7e607faaa -r 5b2cd31ac474 README.md --- a/README.md Fri Apr 08 16:53:05 2016 +0100 +++ b/README.md Fri Apr 08 16:59:43 2016 +0100 @@ -2,6 +2,10 @@ 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. @@ -21,4 +25,4 @@ ## BBC Community Guidelines -[BBC Community Guidelines](https://www.microbit.co.uk/help#sect_cg) +[BBC Community Guidelines](https://www.microbit.co.uk/help#sect_cg) \ No newline at end of file