I am trying to learn CAN and I can’t get the example to work.
In my program CAN.Message (or anything CAN) isn’t recognized.
(I start with just a blank FEZ Panda II project, clear out the LED stuff)
Here my namespaces are:
using System;
using System.Threading;
using Microsoft.SPOT;
using Microsoft.SPOT.Hardware;
using GHIElectronics.NETMF.FEZ;
Those were there by default. I tried added a reference to CAN, only I could find one reference. It was for the Gadgeteer Module.
If someone could point me in the right place, I would appreciate it