A library with drivers for different peripherals on the LPC4088 QuickStart Board or related add-on boards.
Dependencies: FATFileSystem
Fork of EALib by
Revision 13:64f3dd338612, committed 2014-03-27
- Comitter:
- koiamk
- Date:
- Thu Mar 27 22:43:39 2014 +0000
- Parent:
- 12:15597e45eea0
- Commit message:
- o;
Changed in this revision
EaLcdBoard.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 15597e45eea0 -r 64f3dd338612 EaLcdBoard.cpp --- 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;