FEZ.Raptor Using 4.3

OK GHI staff… Ya got me!

And I thought the Extender Module was useable on any socket???



/// <summary>The Extender module using socket 10 of the mainboard.</summary>
        private Gadgeteer.Modules.GHIElectronics.Extender extenderReset;

private void InitializeModules() {
            this.displayT35 = new GTM.GHIElectronics.DisplayTE35(15, 16, 17, 14);
            this.button = new GTM.GHIElectronics.Button(18);
            this.usbClientDP = new GTM.GHIElectronics.USBClientDP(8);
            Microsoft.SPOT.Debug.Print("The module \'xBeeAdapter\' was not connected in the designer and will be null.");
            this.sdCard = new GTM.GHIElectronics.SDCard(9);
            this.extenderReset = new GTM.GHIElectronics.Extender(10);
        }

Warning: socket 10- Extender is not compliant with Gadgeteer : Cpu pin 6 must be specified for socket of type C
Warning: socket 10- Extender is not compliant with Gadgeteer : Cpu pin 6 must be specified for socket of type I
Warning: socket 10- Extender is not compliant with Gadgeteer : Cpu pin 8 must be specified for socket of type I
Warning: socket 10- Extender is not compliant with Gadgeteer : Cpu pin 9 must be specified for socket of type I
Warning: socket 10- Extender is not compliant with Gadgeteer : Cpu pin 6 must be specified for socket of type U


@ willgeorge - Is that the only socket that the issue occurs on?

@ willgeorge - This will be fixed in the next SDK. The extender module did not properly create the extended socket.