propasm Examples

All sample code on this page should be considered public domain. Do what ye will.

Propeller Demo Board Examples

Blinker

Blinks the lights, once per second. About the simplest Propeller assembly program that shows visual evidence of working.

Demonstrates:

Download (<1k)

Counter

Uses the LEDs as a visual eight-bit counter with a ten-second period, in an unusually complex fashion: uses one core to control each bit.

Demonstrates:

Download (<1k)