|
Feb 14 ’11
New Settings library saves you a ton of timeAnother useful library for you to explore. Every project has settings; even if it’s just the device’s IP address, you still have to save it somewhere, make sure it’s valid, etc. And complex projects may have dozens of different settings — LED blink patterns, port lists and more. Every time you start a new project, you need to figure out how you’re going to handle settings. What EEPROM addresses the data will go to, how much memory each setting will get, how you’ll validate settings, how and when you’ll initialize them, and more. Well, you’ll be happy to hear our new STG library takes care of all that for you! Simply define the list of needed settings in a text file, and the library will handle memory allocation, save to EEPROM, Flash or RAM, help you initialize settings, and more. It’s fully documented, and you can try it right now!
|