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/commonALPC1114.h	Sat May 03 17:09:14 2014 +0000
+++ b/commonALPC1114.h	Tue May 06 15:53:05 2014 +0000
@@ -25,7 +25,7 @@
 
 
 #define BaudRate 9600
-#define FPGA_I2C_CLOCK    2000000
+#define FPGA_I2C_CLOCK    1000000
 #define MODULE_I2C_CLOCK    2000000
 
 //#define DEBUG //If you need to debug, define this.