Including Library?
John A. Zoidberg
Posts: 514
Hello there,
A few hours ago I just explored SPIN while I'm deploying some LCD and 7-segments on my very own training board.
Right now I had tested the parallel processing by multiplexing in one cog, and another complex work in another cog. (It worked!)
The thing is now I'm incorporating an SPI driver (ASM edition) inside another cog, and there is one driver program by Beau Schwabe.
However, I'm wondering, since it is not C, is there a method to include the methods/routines/functions from the driver program to my system?
If in C, I could use #include <spi.h> and use the intended functions straight away.
Thanks.
A few hours ago I just explored SPIN while I'm deploying some LCD and 7-segments on my very own training board.
Right now I had tested the parallel processing by multiplexing in one cog, and another complex work in another cog. (It worked!)
The thing is now I'm incorporating an SPI driver (ASM edition) inside another cog, and there is one driver program by Beau Schwabe.
However, I'm wondering, since it is not C, is there a method to include the methods/routines/functions from the driver program to my system?
If in C, I could use #include <spi.h> and use the intended functions straight away.
Thanks.
Comments
Trying to help .... Cheers.