Propeller C - Pointers on Data

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

Just follow the links at the bottom of the page to get started.