reading an interrupt
Dependencies: Hotboards_switches mbed
Revision 1:ce1c787ed6fd, committed 2016-03-15
- Comitter:
- RomanValenciaP
- Date:
- Tue Mar 15 18:40:42 2016 +0000
- Parent:
- 0:6e25e921deef
- Child:
- 2:d4a7439b72dd
- 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:30:43 2016 +0000 +++ b/main.cpp Tue Mar 15 18:40:42 2016 +0000 @@ -1,5 +1,9 @@ -/* +/* Library: Hotboards_switches.h + * Project: input + * File: main.cpp + * Author: Román Valencia + * * The simplest program, read an input on pin PB_4 */
Roman Valencia