View previous topic :: View next topic |
Author |
Message |
elettroshock Guest
|
copy of can-mcp2515.c |
Posted: Sat Feb 18, 2006 6:21 pm |
|
|
Hi,
someone, can post a copy of "can-mcp2515.c" library? thanks ! |
|
|
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
|
|
Posted: Sat Feb 18, 2006 11:07 pm |
|
|
I have the latest version of the compiler, and there isn't a file
for the MCP2515, it's only for the MCP2510. But they're supposed
to be compatible.
We're not allowed to post files on here, but I think if you do a
web search for MCP2510 and CCS, then you'll find posts where
students have asked questions about it and have posted the code.
To get the latest and greatest stuff, whenever it comes out,
you really have to buy the compiler. |
|
|
iso9001
Joined: 02 Dec 2003 Posts: 262
|
|
Posted: Sun Feb 19, 2006 12:17 pm |
|
|
imo having just read through the file, and working on my own can project now... I can honestly say avoid the "can-mcp2515.c" file.
*Unoptimized,
*software spi,
*no real support to change config flags as is
*constant support for ext and std id's when its really likely you will only use 1 or the other
I'm just writing my own, almost done too. |
|
|
|