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: MPU9250_SPI
Fork of WearableDevice_Nucleo by
event.cpp@6:939df52d75c9, 2017-10-12 (annotated)
- Committer:
- gusteibolt
- Date:
- Thu Oct 12 13:26:59 2017 +0000
- Revision:
- 6:939df52d75c9
- Child:
- 7:ebaaff27840b
Added event.h and event.cpp for dealing with the event treatments
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
gusteibolt | 6:939df52d75c9 | 1 | /* |
gusteibolt | 6:939df52d75c9 | 2 | * Los Putacos |
gusteibolt | 6:939df52d75c9 | 3 | * Copyright (C) 2017, All rights reserved. |
gusteibolt | 6:939df52d75c9 | 4 | * ________________________________________ |
gusteibolt | 6:939df52d75c9 | 5 | * |
gusteibolt | 6:939df52d75c9 | 6 | * Created by: Gustavo Campana, Michael Schmidt, Miguel Lopez |
gusteibolt | 6:939df52d75c9 | 7 | * Date: 12-Oct-2017 |
gusteibolt | 6:939df52d75c9 | 8 | * Version: V0.1 |
gusteibolt | 6:939df52d75c9 | 9 | */ |
gusteibolt | 6:939df52d75c9 | 10 | |
gusteibolt | 6:939df52d75c9 | 11 | //----------------------------------------------------------------- |