Search Results for EEPROM

IO pin manipulation using PASM

Introduction One of the most useful features of the Propeller chip is its high number of I/O pins coupled with its eight coprocessors called cogs. After boot up each of the Propeller’s 32 pins can be programmed to act as…

VAR

Designator: Declare a Variable Block. VAR  Size Symbol < [Count ] > < Size Symbol < [Count ] >>… VAR  Size Symbol < [Count ] > < , Symbol < [Count ] >>… Explanation VAR is the Variable Block declaration. The Variable Block is a section of source code that declares global variable symbols. This is…

Getting Started Video Tutorials

Introduction Parallax’s renowned expert Propeller programmer shares a series of introductory coaching sessions on programming in Spin2. These cover all the fundamental steps from selecting and connecting hardware, to programming the basic functions – and beyond! Jon also shares his…