summaryrefslogtreecommitdiffstatshomepage
path: root/examples/SDdatalogger
diff options
context:
space:
mode:
authorSebastian Plamauer <oeplse@gmail.com>2014-05-04 19:08:14 +0200
committerSebastian Plamauer <oeplse@gmail.com>2014-05-04 19:08:14 +0200
commit98243ccca40bbdfb9c48e80e7758f10cf73c571e (patch)
treecb3048d048fde4783b079356e6085acefada971a /examples/SDdatalogger
parent96e97ed2ceeda9de9ed0dab69a7ee4f701a42a40 (diff)
downloadmicropython-98243ccca40bbdfb9c48e80e7758f10cf73c571e.tar.gz
micropython-98243ccca40bbdfb9c48e80e7758f10cf73c571e.zip
deleted garbage
Diffstat (limited to 'examples/SDdatalogger')
-rw-r--r--examples/SDdatalogger/README.md~4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/SDdatalogger/README.md~ b/examples/SDdatalogger/README.md~
deleted file mode 100644
index 24e69c87e0..0000000000
--- a/examples/SDdatalogger/README.md~
+++ /dev/null
@@ -1,4 +0,0 @@
-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.