Sustaingineering / Pump-Firmware

Particle Electron and ESP32 firmware that collects data from sensors and sends it via peer-to-peer LoRa and Particle GSM. The data is recorded on a micro SD card with timestamps.
3 stars 2 forks source link

#44 implement file rw sd card particle #95

Closed ShreyansK2000 closed 3 years ago

ShreyansK2000 commented 3 years ago

Rebased on top of #91 Implemented all Sdcard.cpp functions for Particle. Confirmed functionality: initialize, listDir, readFile, appendFile - current program works consistently with all the changes introduced. Testing required: writeFile, deleteFile, createDir, removeDir (These functions are not in use in the current program- will be creating tests later, but the branch can be merged in for now)