Writing Decimal Values to SD
dermot
Posts: 26
Hi
Is is possible to write a decimal value directly to an SD card using Kwabena W. Agyeman SD card driver? I have tried sdfat.writebyte(count), where count has bee assigned a value. A character instead of the number is been stored.
Is is possible to write a decimal value directly to an SD card using Kwabena W. Agyeman SD card driver? I have tried sdfat.writebyte(count), where count has bee assigned a value. A character instead of the number is been stored.
Comments
Is it possible to check if a file exists before opening??
You can just open the file. Catch the error string and check the error code. If the error code is that the file does not exist then you know it does not exist.