Page 1 of 1

Erika + Seeed Studio CAN Bus Shield

Posted: Wed May 06, 2015 8:45 am
by CarrickCha
Hello, I'm trying to add a Task for CAN communication on Arduino UNO R3. I'm using CAN Bus shield as well.

here is header files for Seeed CAN Bus shield.

https://github.com/Seeed-Studio/CAN_BUS_Shield

I thought it was very easy to use CAN functions with Erika but there is a big problem.

the problem is that header file is made with C++ language,
it means that it can't be used on Task.c (because it is made with C Language)

is there anyone who can help me ?

I'm very novice of programming.

I will thank to any replies.

Thanks for reading

Carrick.

Re: Erika + Seeed Studio CAN Bus Shield

Posted: Thu May 07, 2015 7:28 am
by CarrickCha
I solved it by using wrapper function

Re: Erika + Seeed Studio CAN Bus Shield

Posted: Fri Jun 12, 2015 7:01 pm
by paolo.gai
Hi,
the notification of this post just arrived, probably due to a problem in the mail server. I'm happy that you solved it.

If you want to share an example, we'll be hapy to add it to the examples for Arduino.

PJ