OBEX Category Tool

CLib

OverviewObject ID : 2077 (2013-05-02)Author : Dave Hein | added by ArchiverMicrocontroller : Propeller 1Categories : Math, Protocol, ToolLanguages : PASM, SPINLicence : OtherContent CLib – Standard C library functions written in Spin. Contains string, formatted I/O and memory allocation…

Float Math Extended

OverviewObject ID : 2073 (2013-08-30)Author : Marty Lawson | added by ArchiverMicrocontroller : Propeller 1Categories : Math, ToolLanguage : SPINLicence : OtherContent Float Math Extended is a Spin only floating point library that supports all the trig and exponential functions…

Numbers

OverviewObject ID : 2070 (2013-05-20)Author : Jeff Martin | added by ArchiverMicrocontroller : Propeller 1Categories : Math, ToolLanguage : SPINLicence : OtherContent Converts values in variables (longs) to strings and vice-versa in any base from 2 to 16. Some features…

MPU-6050 Complementary Filter Demo

OverviewObject ID : 2067 (2013-10-06)Author : Zack Lantz | added by ArchiverMicrocontroller : Propeller 1Categories : Display, Math, Protocol, Sensor, Signals, ToolLanguage : SPINLicence : OtherContent This is a Complementary Filter Demo for the MPU-6050. It sends Accel X, Y,…

Linear Converter

OverviewObject ID : 2066 (2013-05-02)Author : Austin Bowen | added by ArchiverMicrocontroller : Propeller 1Categories : Math, ToolLanguage : SPINLicence : OtherContent If you remember learning the basics of graphing and rates of change from Algreba 1, that’s what this…

Simple Numbers

OverviewObject ID : 2059 (2013-05-02)Author : Chip Gracey (Parallax) | added by ArchiverMicrocontroller : Propeller 1Categories : Math, ToolLanguage : SPINLicence : OtherContent Provides simple numeric conversion methods; all methods return a pointer to a string. Downloads  Zip archive downloadTo view…

Succesive Aproximation Normalization Filter

OverviewObject ID : 2055 (2015-01-22)Author : Parallax Inc | added by ArchiverMicrocontroller : Propeller 1Categories : Human Input, Math, ToolLanguage : SPINLicence : OtherContent Purpose: Take a data value where you know the upper and lower limits and “normalize” the…

Date/Time

OverviewObject ID : 2036 (2013-05-02)Author : Bob Belleville | added by ArchiverMicrocontroller : Propeller 1Categories : Math, ToolLanguage : SPINLicence : OtherContent Date/Time contains two objects to handle calendar dates and times. Demos are provided to show the function of…

MPU-9150 Driver (Spin)

OverviewObject ID : 2035 (2014-02-18)Author : Zack Lantz | added by ArchiverMicrocontroller : Propeller 1Categories : Human Input, Math, Protocol, Sensor, Signals, ToolLanguage : SPINLicence : OtherContent This is a Spin port of the MPU-6050_PASM driver with updates to support…

Sorting Algorithms // SPIN or PASM

OverviewObject ID : 2033 (2013-05-02)Author : Brandon Nimon | added by ArchiverMicrocontroller : Propeller 1Categories : Snippet, ToolLanguages : PASM, SPINLicence : OtherContent Sorting Algorithms This is a collection of sorting algorithms for both string and decimal sorting. In each…