Use NetMF 4.2 or 4.3

Hello,

I haven’t worked with my Gadgeteer for awhile, and am trying to get a previous project up and running. I have a new computer now, so I have re-installed everything. I am using a FEZ Raptor, and I was previously using NetMF 4.2. With the new installation, I am trying to use 4.3. However, I notice that many libraries are only in the NetMF 4.2 Folder. For example, I have code to use the built in buttons on the board:


InterruptPort button2 = new InterruptPort((Cpu.Pin)GHI.Hardware.G400.Pin.PA4, true, Port.ResistorMode.PullUp, Port.InterruptMode.InterruptEdgeHigh); 

However I need the GHI.Hardware.G400 reference, which isn’t in the 4.3 libraries folder. Should I use the one in the 4.2? Should I just reload the 4.2 firmware on my board and use that instead. Are there any significant advantages to using 4.3?

Thank you,
Danny

Excellent, that helped out and I’ve gotten it working.

Thanks!
Danny