Startingout with multiple cogs
Stephen
Posts: 53
I'm new to the Propeller but I've already written some simple code for a single COG. What's a good example of multiple COGs, say serial comms in one COG, display in another? I did some searching and was unable to find anything...
Thanks!
Thanks!
Comments
The BoeBotBasic version starts up an I2C/SPI driver, a FullDuplexSerial driver, and, on demand, starts up a Spin servo driver, a PING driver, and an assembly routine to calculate arctangents for an HM-55B compass.
I am experienced with SX assembler, but it's been a little while.
Actually, I haven't even cracked open the Propeller manual. I've just been working straight from the datasheet. I should RTFM!!
Cheers,
--fletch
UPDATE: Oh yeah and the whole chapter 3 spin tutorial at the top of the manual covers this too.