A library with drivers for different peripherals on the LPC4088 QuickStart Board or related add-on boards.

Dependencies:   FATFileSystem

Dependents:   bare

Fork of EALib by EmbeddedArtists AB

Revision:
13:64f3dd338612
Parent:
12:15597e45eea0
--- a/EaLcdBoard.cpp	Thu Jan 30 08:50:47 2014 +0100
+++ b/EaLcdBoard.cpp	Thu Mar 27 22:43:39 2014 +0000
@@ -639,7 +639,7 @@
 #endif
 
         gpio_t gp;
-        gpio_init(&gp, pin, PIN_OUTPUT);
+        gpio_init_in(&gp, pin);
         gpio_write(&gp, value);
 
         return Ok;