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…

Customer Code Deployment in one click

Introduction Propeller Programming Script – For the Parallax Propeller 1 Microcontroller This batch script provides a way to achieve one-click updates for customers, using a standard Windows batch script for compatibility with the widest range of Windows versions. This avoids…