summaryrefslogtreecommitdiffstatshomepage
path: root/examples/SDdatalogger/README.md
diff options
context:
space:
mode:
authorSebastian Plamauer <oepse@gmail.com>2014-05-04 19:07:17 +0200
committerSebastian Plamauer <oepse@gmail.com>2014-05-04 19:07:17 +0200
commit96e97ed2ceeda9de9ed0dab69a7ee4f701a42a40 (patch)
tree723354723af7bb9bdb5bbab59fc7da2371f1a809 /examples/SDdatalogger/README.md
parent5fc400ccdb17a7208fbf2d3ea93985d922b1a35d (diff)
downloadmicropython-96e97ed2ceeda9de9ed0dab69a7ee4f701a42a40.tar.gz
micropython-96e97ed2ceeda9de9ed0dab69a7ee4f701a42a40.zip
created SDdatalogger example
Diffstat (limited to 'examples/SDdatalogger/README.md')
-rw-r--r--examples/SDdatalogger/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/SDdatalogger/README.md b/examples/SDdatalogger/README.md
new file mode 100644
index 0000000000..24e69c87e0
--- /dev/null
+++ b/examples/SDdatalogger/README.md
@@ -0,0 +1,4 @@
+This is a SDdatalogger, to log data from the accelerometer to the SD-card. It also functions as card reader, so you can easily get the data on your PC.
+
+To run, put the boot.py, cardreader.py and datalogger.py files on either the flash or the SD-card of your pyboard.
+Upon reset, the datalogger script is run and logs the data. If you press the user button after reset and hold it until the orange LED goes out, you enter the cardreader mode and the filesystem is mounted to your PC.