Microcontroller Propeller 2

Control your loops like a champ

Introduction The Propeller 2 SPIN2 language has a new feature added in version 52 to extend the flexibility of the REPEAT loop control commands, NEXT and QUIT. Explainer Within REPEAT constructs, NEXT and QUIT are two special instructions which can…

P2 ADC

Uses P2 ADC smart pin mode to measure voltage on a pin.

Generate a clock with any SmartPin

Introduction The Propeller 2 can set any of it’s Smart IO pins to output a clock frequency without requiring any runtime resources. Think of Smart Pins as mini microcontroller cores, and every one of the 64 IO’s on the P2…

BMP390 driver

A simple I2C driver for the BMP390 temperature+pressure sensor. Handles 2 if you got 2 on the bus