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.
Librarys/Pinout.h@0:59016313da41, 2019-07-02 (annotated)
- Committer:
- sajedal
- Date:
- Tue Jul 02 13:02:44 2019 +0000
- Revision:
- 0:59016313da41
LCDhsens
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| sajedal | 0:59016313da41 | 1 | #pragma once |
| sajedal | 0:59016313da41 | 2 | #include "mbed.h" |
| sajedal | 0:59016313da41 | 3 | |
| sajedal | 0:59016313da41 | 4 | struct Pinout |
| sajedal | 0:59016313da41 | 5 | { |
| sajedal | 0:59016313da41 | 6 | struct pines //Pines del sensor |
| sajedal | 0:59016313da41 | 7 | { |
| sajedal | 0:59016313da41 | 8 | static const PinName entr = p17; //entrada analógica |
| sajedal | 0:59016313da41 | 9 | static const PinName div_ctrl = p18; //salida analógica |
| sajedal | 0:59016313da41 | 10 | static const PinName rst_in = p15; //UP del joystick |
| sajedal | 0:59016313da41 | 11 | static const PinName ok_in = p12; //DOWN del joystick |
| sajedal | 0:59016313da41 | 12 | }; |
| sajedal | 0:59016313da41 | 13 | |
| sajedal | 0:59016313da41 | 14 | }; |