Microcontroller Propeller 2

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

Floating point operators in SPIN2

Introduction The SPIN2 language has been extended from version 51 to include new Floating point operators. They can be used in CON blocks as well as regular code. For the latest version of the SPIN2 specification, visit the language reference…

64/96/128-Bit Unsigned Integer Math

Introduction The Propeller 2 can use these libraries to handle 64/96/128-Bit Unsigned Integer Math! For the latest version of the full library, visit our OBEX link in resources! Methods These methods are included in 64, 96 and 128 bit versions!…