Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Revision 1:2475aa7aa52b, committed 2016-07-19
- 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");