Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: BME280 BMP280 TextLCD
SD_CARD.hpp
00001 #ifndef SD_CARD_HPP 00002 #define SD_CARD_HPP 00003 00004 #include "mbed.h" 00005 #include "rtos.h" 00006 #include <iostream> 00007 #include <fstream> 00008 #include "FIFO.hpp" 00009 #include "SERIAL.hpp" 00010 #include "sample_hardware.hpp" 00011 00012 #define SD_CARD_WRITE 1 00013 #define DONT_WRITE_TO_SD_CARD 0 00014 extern FILE* fp; 00015 void SD_Init();//Initialised the SD CARD 00016 void SD_Card_Write(); 00017 extern void SD_Card_Eject(); 00018 extern bool SD_Write; 00019 00020 extern InterruptIn SD_CARD_DETECT; 00021 #endif
Generated on Sun Jul 31 2022 05:12:27 by
1.7.2