reading config data from sd card in arduino
i need to be reading some config data from an sd card to an arduino.
format will look like this.
type=10? DPSNC=xx DPSCOM=xy type=11? DPSNC=xx DPSCOM=xy
so basically the program should run a query of the different types based
on user input in char array format then pulls the corresponding
parameters.
i already managed to implement a variable file name for the database file
based on user input as well.
basically if a match is not found, it needs to read through the line until
the next "type" string is
I have very little success in implementing this. any help of sample code
will be appreciated. thanks!
No comments:
Post a Comment