This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Reads temperature from HT11 sensor and writes to SD card | |
SD card read/write via LC Technology SD Module (www.lctech-inc.com) | |
From dzrmo.wordpress.com | |
* SD card attached to SPI bus as follows: | |
** MOSI - pin 11 | |
** MISO - pin 12 | |
** SCK - pin 13 | |
** CS - pin 4 |