This Automatic mode is the most simple lib for MCU Gear with LPC1114FN28. You don't need to think about Bank.

Dependents:   MCUGearALPC1114FN28

Fork of MCUGearA by mille feuille

Revision:
3:69b10f9cdd14
Parent:
2:aa2e471e8317
--- a/MCUGearALPC1114.h	Sat May 03 17:09:14 2014 +0000
+++ b/MCUGearALPC1114.h	Tue May 06 15:53:05 2014 +0000
@@ -33,6 +33,7 @@
         //void startReg(char bank);
         uint8_t setWireA(uint8_t mcuIO, uint8_t direction, uint8_t moduleIO);
         //void endReg(char bank);
+        void clear(void);
         
     protected:
         void fpga_write(unsigned char adr, unsigned char data);