it took me a while to realize there is a seperate mainboard class GHIElectronics.Gadgeteer.FEZCerbuinoBee,
but does Cerbuino Bee share the GHI.OSHW.Hardware.FEZCerberus class for pin assignments?
I’m so far not able to read or write any of the arduino compatable pins
public static OutputPort led = new OutputPort((Cpu.Pin)FEZCerberus.Pin.PD8, true);
with a 100Ohm resistor & LED not producing anything. power and ground otherwise fine off the board.
I’m stumped on something which should be pretty straighforward.
Yes. Look at the schematics and you will see which arduino compatible pins are connected to which CPU pin. I have tested a LED blink using pin named D0 and FEZCerberus.Pin.PB11.