Difference between revisions of "Sample Code"
From Embedded Systems Learning Academy
(No difference)
|
Latest revision as of 20:53, 26 August 2012
This page lists any re-usable code that you may want to share with the rest of the world.
Please visit : Preet's SourceForge Repository to get the source code. Some of the source code is valuable that can run on small embedded processors with minimal RAM:
- Efficient Vector class
- Efficient and extended string class (str)
- Singleton Template
- Logger (can log data to anywhere such as RAM and File)
- Command Handler (Add your command-line calls to functions)