sparkfun / SparkFun_Qwiic_OpenLog_Arduino_Library

Control the I2C based Qwiic OpenLog with ease! This library makes reading, writing, and even arithmetic easy.
Other
17 stars 9 forks source link

Append and create methods not functioning properly #9

Open vstadmin opened 3 years ago

vstadmin commented 3 years ago

I have a simple program that writes data every 15 seconds to a Particle device. I have successfully pulled in the "SparkFun_Qwiic_OpenLog_Arduino_Library.h" library and the program is writing data to "LOG0000X.TXT". However, the docs say that I can use the .create("filename.ext") or .append("filename.ext" methods to create a new file and in the latter case, append to it. For me, All the system does is add the words "filename.ext" to the beginning text of my log. It does not create a new file at all. Either Im doing something wrong, or there is a bug. I'm using 3.0 of the software and my Qwiic OpenLog reports that its using a "25.25" firmware.