Can't Find Fez Cerbuino Bee Pin enumeration class

Hi,

Just got my Fez Cerbuino Bee and trying to port code from my old Fez Panda II.
In the development page a class FEZCerbuino with the pin enumeration is mentioned to exist on the assembly GHI.Hardware.FEZCerb but I can’t seem to find it.
I’ve installed NETMF and Gadgeteer Package 2013 R2 and .NET MicroFramework 4.3 RTM wich includes 4.2 and using Visual Studio 2012.

Am I missing anything? Has this class disappeared? I can copy the code from the page and add the class to my project but is it necessary?

Thanks in advance
Paulo Ferro

@ POFerro

You can find it in the support documents.

See:
https://www.ghielectronics.com/docs/45/fez-cerbuino-bee-developer

You must add it! The best solution is to copy it from the website.

But you must add the GHI.Hardware.FEZCerb.dll to your References before.

OK, no problem I did that :wink: