PB / Mbed 2 deprecated DOGL128Test

Dependencies:   DOGL128 mbed

Files at this revision

API Documentation at this revision

Comitter:
Sateg
Date:
Tue Jul 19 23:23:59 2016 +0000
Parent:
0:dd9b758d754b
Commit message:
Changed to SPI3, updated lib, adjusted to constructor changes.

Changed in this revision

DOGL128.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/DOGL128.lib	Sat Jul 16 22:47:03 2016 +0000
+++ b/DOGL128.lib	Tue Jul 19 23:23:59 2016 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/teams/PB/code/DOGL128/#ec5db47782a3
+http://mbed.org/teams/PB/code/DOGL128/#672450caf175
--- a/main.cpp	Sat Jul 16 22:47:03 2016 +0000
+++ b/main.cpp	Tue Jul 19 23:23:59 2016 +0000
@@ -2,7 +2,7 @@
 #include "DOGL128.h"
 
 DigitalOut myled(LED1);
-DOGL128 LCD;
+DOGL128 LCD(D4, D3, D8, D9);
 
 int main() {
     printf("Hello\n");