Hello all,
For my CNC project, i’m searching a way to store some configurable settings.
I think storing them to the SD card is a good option, because then you have the possibility to edit the file on your pc etc.
there are some snapshots around, but i can decide which method to use, yet. But also Pin locations when that is possible.
I hoping to have a class/object with all the values to be accessible trough the application.
It would be nice when i can access those values very easy within my application. i have already seen the options of hashtable etc.
But most values i need to store are just numbers and booleans etc.
Although i have already search the forum and codeshare, i hope you can give me some ideas how you are doing this kind of things?
What kind of options do i have?
thank you very much.
Niels