From 98243ccca40bbdfb9c48e80e7758f10cf73c571e Mon Sep 17 00:00:00 2001 From: Sebastian Plamauer Date: Sun, 4 May 2014 19:08:14 +0200 Subject: [PATCH] deleted garbage --- examples/SDdatalogger/README.md~ | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 examples/SDdatalogger/README.md~ diff --git a/examples/SDdatalogger/README.md~ b/examples/SDdatalogger/README.md~ deleted file mode 100644 index 24e69c87e..000000000 --- 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.