Author |
Message |
Topic: Data logger |
sdbleed
Replies: 3
Views: 5836
|
Forum: General CCS C Discussion Posted: Tue Mar 01, 2011 6:09 pm Subject: Data logger |
Thank you very much.
I'll take a look at the example.
Will post again if I have further questions.
Thanks!
Is this correct?
char myfile[]="first.txt";
... |
Topic: Data logger |
sdbleed
Replies: 3
Views: 5836
|
Forum: General CCS C Discussion Posted: Mon Feb 28, 2011 8:54 pm Subject: Data logger |
fatopen(char *name, char *mode, FILE *fstream) ////
//// Opens up a FILE stream to a specified file with the specified ////
//// permission mode: ... |
Topic: Data logger |
sdbleed
Replies: 3
Views: 5836
|
Forum: General CCS C Discussion Posted: Mon Feb 28, 2011 8:28 pm Subject: Data logger |
Hello good morning my friends.=D
I would like to ask for guidance on how I can use the fat.c and mmcsd.c as part of a data logger. What are the steps to follow in order to make a data logger?
I wo ... |
|