Skip to content

Commit b223aaf

Browse files
committed
adding date-update field to front matter
1 parent f336c7b commit b223aaf

11 files changed

+22
-11
lines changed

Diff for: GUIZero-pySerial-microbit-how-to-connect.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ cats: python
3131
# Name of Component for index page
3232
simple-description: pySerial Microbit GUI
3333

34-
date: 2016-12-23T10:20:00Z
34+
date: 2016-12-23T10:20:00Z
35+
date-updated: 2016-12-23T10:20:00Z
3536
---
3637

3738
![GUI Zero example](images/GUIZero-pySerial-microbit-how-to-connect-app.png){:.ui .image .small .floated .right}

Diff for: add-python-module-microbit-micropython.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ cats: python
2525
# Name of Component for index page
2626
simple-description: Add Python Modules to the microbit
2727

28-
date: 2016-12-23T10:20:00Z
28+
date: 2016-12-23T10:20:00Z
29+
date-updated: 2016-12-23T10:20:00Z
2930
---
3031

3132
{{ page.collection }}

Diff for: attach-microbit-to-I2C-devices.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ acknowledgements: Pinout diagram from the <a href="https://www.microbit.co.uk/de
2727
# Name of Component for index page
2828
simple-description: I2C Hookup
2929

30-
date: 2016-12-23T10:20:00Z
30+
date: 2016-12-23T10:20:00Z
31+
date-updated: 2016-12-23T10:20:00Z
3132
---
3233
Peripherals can be attached to the microbit over the I2C serial interface.
3334

Diff for: graphing-data-from-the-microbit.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ cats: data logging
2525
# Name of Component for index page
2626
simple-description: Live Data & Excel
2727

28-
date: 2016-12-23T10:20:00Z
28+
date: 2016-12-23T10:20:00Z
29+
date-updated: 2016-12-23T10:20:00Z
2930
---
3031

3132

Diff for: microbit-blink-led-example.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ simple-description: Blink LED
2828
video:
2929
teaser: microbit_blink_led_example
3030

31-
date: 2016-12-23T10:20:00Z
31+
date: 2016-12-23T10:20:00Z
32+
date-updated: 2016-12-23T10:20:00Z
3233
---
3334

3435
The classic example of a simple blinking LED

Diff for: microbit-in-scratch.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ cats: other
2525
# Name of Component for index page
2626
simple-description: microbit & Scratch
2727

28-
date: 2016-12-23T10:20:00Z
28+
date: 2016-12-23T10:20:00Z
29+
date-updated: 2016-12-23T10:20:00Z
2930
---
3031

3132
### Required Dongle

Diff for: microbit-serial-connection-over-usb.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ cats: communication
2525
# Name of Component for index page
2626
simple-description: Serial over USB
2727

28-
date: 2016-12-23T10:20:00Z
28+
date: 2016-12-23T10:20:00Z
29+
date-updated: 2016-12-23T10:20:00Z
2930
---
3031

3132
The microbit has a USB serial interface allowing serial communication over USB. The 'REPL' feautre in mu is a serial connection to the microbit.

Diff for: microbit-to-small-basic.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ cats: visual basic
2525
# Name of Component for index page
2626
simple-description: Small Basic & microbit
2727

28-
date: 2016-12-23T10:20:00Z
28+
date: 2016-12-23T10:20:00Z
29+
date-updated: 2016-12-23T10:20:00Z
2930
---
3031

3132
You can write a simple GUI to send commands to a microbit running Python:

Diff for: microbit-using-adding-packages.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ cats: other
2525
# Name of Component for index page
2626
simple-description: Add Packages to PXT
2727

28-
date: 2016-12-23T10:20:00Z
28+
date: 2016-12-23T10:20:00Z
29+
date-updated: 2016-12-23T10:20:00Z
2930
---
3031

3132
The PXT.IO editor can use packages to add additional components or for extra functionality to the microbit. At present, there are libraries to use a sonar sensor, neopixels and a thermocoupler.

Diff for: potentiometer-example-microbit.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ cats: component examples
2525
# Name of Component for index page
2626
simple-description: Potentiometer Examples
2727

28-
date: 2016-12-23T10:20:00Z
28+
date: 2016-12-23T10:20:00Z
29+
date-updated: 2016-12-23T10:20:00Z
2930
---
3031

3132
All examples use a simple 10k potentiometer.

Diff for: scan-i2c-bus.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ cats: I2C
2525
# Name of Component for index page
2626
simple-description: I2C Bus Scan
2727

28-
date: 2016-12-23T10:20:00Z
28+
date: 2016-12-23T10:20:00Z
29+
date-updated: 2016-12-23T10:20:00Z
2930
---
3031
I2C and SPI are protocols that can link the microbit to other devices, such as an LED matrix or an accelerometer.
3132

0 commit comments

Comments
 (0)