Logging temperature from sensor DS18B20 -55 to 125 deg C. Logs up to 65,000 readings to a TXT file on a SD Card formatted FAT32, SDHC (up to 32GB). This PIC16 is short on RAM to write 512 bytes (full sector) to the card, so it cannot create a file, instead it modifies a file on the disk. The...