What It’s About
This guide introduces some common data management techniques. While database uses are common in the computer world, data records can also be used to make more than one core execute the same piece of code differently.
Up to now, each function has been launched into its own core. With data, your code can make a single function get executed by different cores with different configurations, running at different rates, etc.
Before You Start
- Set up the SimpleIDE software and your Propeller board
- Update your Learn Libraries
- Work your way through Propeller C – Start Simple
- Complete all tutorials in Propeller C – Functions
Just follow the links at the bottom of the page to get started.