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.
Dependencies: Led7Seg mbed tsi_sensor
Revision 1:ec5d430be5a2, committed 2019-06-16
- Comitter:
- NIcolasFernandezSanz
- Date:
- Sun Jun 16 01:18:28 2019 +0000
- Parent:
- 0:6cc6c33ebb7e
- Commit message:
- FERNANDEZ-CLERICI;
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 6cc6c33ebb7e -r ec5d430be5a2 main.cpp --- a/main.cpp Sun Jun 16 00:37:27 2019 +0000 +++ b/main.cpp Sun Jun 16 01:18:28 2019 +0000 @@ -1,3 +1,28 @@ +/* + FERNANDEZ-CLERICI + EJER02 - TP01 + +PTB0 -- Cable 1 (CONECTADO A GND) +PTB1 -- Cable 2 (CONECTADO A GND) +PTB3 -- Cable 3 (CONECTADO A GND) +PTB4 -- Cable 4 (CONECTADO A GND) + +D8 -- Habilitacion Display 1 +D9 -- Habilitacion Display 2 + + Display 7 Segmentos + +D10 -- Segmento a +D11 -- Segmento b +D2 -- Segmento c +D3 -- Segmento d +D4 -- Segmento e +D5 -- Segmento f +D6 -- Segmento g + + +*/ + /*Incluyo las Librerias*/ #include "mbed.h" #include "tsi_sensor.h"