Propeller C – Functions

Propeller C - Functions

A function is a little piece of reusable code designed to do a specific task. This Propeller C Tutorial series will show you how to use functions, pass information to them, and get information back from them. It will show you how C functions work with the Propeller’s memory and multiple cores.

Propeller C Programming with the ActivityBot 360°

Propeller C Programming with the ActivityBot

Get ready to build your robotics skills with this Propeller C Tutorial for the zippy ActivityBot. Learn how to make your robot navigate using a variety of sensors, using touch, ultrasound, visible light, and more!

Precision Timing with the Propeller

Precision Timing with the Propeller

Summary image for Precision Timing tutorial.BlocklyProp makes it easy and straightforward to introduce precision timing into your Propeller applications. Special thanks to guest author Jon McPhalen for this in-depth tutorial.

BlocklyProp Functions and Multicore

BlocklyProp Functions and Multicore

BlocklyProp + Multicore = Amazing! Learn how to build and use functions—re-usable chunks of code—with BlocklyProp. Then, try launching the functions into their own cores to run at the same time on the multicore Propeller microcontroller.

Simple BlocklyProp Programs for Propeller Boards

Simple BlocklyProp Programs for Propeller Boards

Ready to learn to program with BlocklyProp? If so, you are in the right place.

This set of activities will help you get familiar with the basic BlocklyProp blocks, how to use them, and how they work together.  You will build programs for common coding tasks: naming and using values, doing math problems, making decisions, and repeating sections of code. 

Functions

BlocklyProp reference for FUNCTIONS blocks Compatible with all Propeller board types (except Scribbler Robot) Functions and Memory: Creating and reusing … Read more

Propeller C – Pointers on Data

Propeller C - Pointers on Data

This guide introduces some common data management techniques you’ll find useful with Propeller C programming.  This is an advanced topic, beginners may want to work through Start Simple and Functions before trying this section!