A program for the BBC MicroBit that displays temperature and compass headings.

Dependencies:   microbit

Revision:
2:2f72859d7247
Parent:
0:1072edc2281c
--- a/README.md	Mon Jul 25 10:27:10 2016 +0000
+++ b/README.md	Mon Jul 25 10:35:51 2016 +0000
@@ -1,10 +1,14 @@
-# microbit-samples
+# microbit-starter
 
-A collection of example programs using the micro:bit runtime.
+An 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.
+Using microbit.
+This program shows the Temperature which can be adjusted up or down to reflect true ambient temperature using B (down) and A (up).
+Pressing A+B together changes mode from temperature to compass text heading display to compass heading graphic. Pressing A+B will circle around the three
+modes.
+Touching pins GND and P0 dims display, GND and P1 brightens display. GND and P2 shows actual device temperature.
+
+developed by daw9000. no copywrite, free for whatever...
 
 ## Overview