OBEX Category Tool

soft_lcd4_ez

OverviewObject ID : 2139 (2013-05-02)Author : BR | added by ArchiverMicrocontroller : Propeller 1Categories : Display, ToolLanguage : SPINLicence : OtherContent LCD display emulation. This wrapper provides an object interface that “looks” like jm_lcd4_ez but paints the LCD output on…

MethodPointer

OverviewObject ID : 2138 (2014-05-12)Author : Dave Hein | added by ArchiverMicrocontroller : Propeller 1Category : ToolLanguage : SPINLicence : OtherContent This object implements a method pointer in Spin that can be used to provide callbacks and indirect method calls.…

RX input / RC Receiver Input

OverviewObject ID : 2137 (2013-05-02)Author : W9GFO | added by ArchiverMicrocontroller : Propeller 1Categories : Motor Control, Signals, ToolLanguage : SPINLicence : OtherTag : ServoContent This object uses counters to monitor 6 pins for RC inputs. In the demo, pins…

Strings Library v2

OverviewObject ID : 2136 (2013-05-02)Author : Brandon Nimon | added by ArchiverMicrocontroller : Propeller 1Categories : Human Input, ToolLanguage : SPINLicence : OtherContent Strings Library v2: Contains 17 string-affecting methods. Methods include Capitalize, CharPos, CharRPos, Concatenate, Pad, Parse, StrCount, StrPos,…

Declarative Finite State Machine Runner

OverviewObject ID : 2135 (2015-05-06)Author : Chris Cantrell | added by ArchiverMicrocontroller : Propeller 1Category : ToolLanguages : PASM, SPINLicence : OtherContent Managing state transitions in a large event-driven state machine application can be tedious. Often it is easier to…

Base64 Decoder

OverviewObject ID : 2134 (2013-05-02)Author : darco | added by ArchiverMicrocontroller : Propeller 1Categories : Protocol, ToolLanguage : SPINLicence : OtherContent In-place base64 decoder. Downloads  Zip archive downloadTo view this content, you need to have JavaScript enabled in your browser.To do…

EEPROM Monitor Demo

OverviewObject ID : 2133 (2013-05-02)Author : Chris Savage (Parallax) | added by ArchiverMicrocontroller : Propeller 1Category : ToolLanguage : SPINLicence : OtherContent This is a modification of Chip Gracey’s Monitor Demo which allowed you to view / edit Propeller memory.…

Spare COGs

OverviewObject ID : 2132 (2013-05-02)Author : Alex Mackinnon | added by ArchiverMicrocontroller : Propeller 1Categories : Fun, ToolLanguage : SPINLicence : OtherContent Silly and simple… I wanted to monitor COG usage and see what COGs were assigned, when they are…

Propeller Experiment Controller

OverviewObject ID : 2131 (2014-06-01)Author : Chris Varnon | added by ArchiverMicrocontroller : Propeller 1Categories : Data Storage, Human Input, Protocol, ToolLanguage : SPINLicence : OtherContent The Propeller Experiment Controller (PEC) is free, open source software that enables the Parallax…

MonVarsVGA

OverviewObject ID : 2130 (2013-05-02)Author : Eric R | added by ArchiverMicrocontroller : Propeller 1Categories : Display, ToolLanguage : SPINLicence : OtherContent For program debugging by showing long variables live. Displays values of variables in an array. Can show up…