Cog Control

FOR ADVANCED USERS ONLY

Using these commands, you can stop and start the different processor cores, or cogs, of the Propeller microcontroller at will, allowing you to program them to do different tasks.

  • COGIDReturn the current cog's ID (0-7).
  • COGNEWStart the next available cog and return the new cog's ID.
  • COGINITStart, or restart, a cog by ID.
  • COGSTOPStop a cog by ID.
  • REBOOTReset the Propeller chip.

Unless otherwise noted, content on this site is licensed under the
Creative Commons Attribution-ShareAlike 4.0 International License.