Overview
- Object ID : 2132 (2013-05-02)
- Author : Alex Mackinnon | added by Archiver
- Content : Code
- Microcontroller : Propeller 1
- Language : SPIN
- Categories : Fun, Tool
- Licence : Other
Content
Silly and simple...
I wanted to monitor COG usage and see what COGs were assigned, when they are released and how many I have spare.
This object has 2 functions - freecount which returns the number of free COGs and freestring which returns an 8-character zero-terminated string pointer with a dot in each character position if the cog is in use and the cog-number if it is free.
Alex.