reading a group of switches or one only
Dependencies: Hotboards_switches mbed
Revision 1:5a47f2b970eb, committed 2016-03-15
- Comitter:
- RomanValenciaP
- Date:
- Tue Mar 15 18:41:06 2016 +0000
- Parent:
- 0:03e6fa9721e8
- Child:
- 2:57ea023c5aec
- Commit message:
- added header info
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Wed Mar 02 20:33:31 2016 +0000 +++ b/main.cpp Tue Mar 15 18:41:06 2016 +0000 @@ -1,5 +1,9 @@ -/* +/* Library: Hotboards_switches.h + * Project: inputs + * File: main.cpp + * Author: Román Valencia + * * Read the value from 4 sw's (dip switch) and also read the value from a single sw. */
Roman Valencia