-
Notifications
You must be signed in to change notification settings - Fork 28
/
mkdocs.yml
64 lines (64 loc) · 2.04 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
extra:
logo_author: Aluna Everitt (@AlunaEveritt on Twitter)
logo_url: ./img/logo[whiteruntime].png
runtime: v2.1.1
extra_css:
- css/extra.css
markdown_extensions:
- toc:
permalink: true
- admonition: null
pages:
- General:
- Introduction: index.md
- Concepts: concepts.md
- Advanced: advanced.md
- Web-based Development: online-toolchains.md
- Offline Development: offline-toolchains.md
- Hardware: device.md
- Help: help.md
- uBit:
- Overview: ubit.md
- i2c: ubit/i2c.md
- storage: ubit/storage.md
- serial: ubit/serial.md
- messageBus: ubit/messageBus.md
- buttons: ubit/button.md
- display: ubit/display.md
- accelerometer: ubit/accelerometer.md
- compass: ubit/compass.md
- thermometer: ubit/thermometer.md
- io: ubit/io.md
- radio: ubit/radio.md
- Data Types:
- MicroBitImage: data-types/image.md
- MicroBitEvent: data-types/event.md
- ManagedString: data-types/string.md
- PacketBuffer: data-types/packetbuffer.md
- Bluetooth:
- Profile: ble/profile.md
- AccelerometerService: ble/accelerometer-service.md
- ButtonService: ble/button-service.md
- DFUService: ble/dfu-service.md
- EventService: ble/event-service.md
- IOPinService: ble/iopin-service.md
- LEDService: ble/led-service.md
- MagnetometerService: ble/magnetometer-service.md
- PartialFlashingService: ble/partial-flashing-service.md
- TemperatureService: ble/temperature-service.md
- UARTService: ble/uart-service.md
- Connection Events: ble/ble-connection-events.md
- Eddystone Beacons: ble/eddystone.md
- Extras:
- MicroBitLightSensor: extras/light-sensing.md
- SPI: extras/spi.md
- _blemanager: ubit/blemanager.md
- _buttonAB: ubit/multibutton.md
- _radioevent: ubit/radioevent.md
- _radiodatagram: ubit/radiodatagram.md
repo_url: https://github.com/lancaster-university/microbit-dal/
site_description: Full documentation on the micro:bit runtime which provides an easy
to use environment for programming the BBC micro:bit in the C/C++ language, written
by Lancaster University.
site_name: micro:bit runtime
theme_dir: runtime-theme