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.h
- Committer:
- gusteibolt
- Date:
- 2017-10-12
- Revision:
- 5:18e89e309715
- Child:
- 6:939df52d75c9
File content as of revision 5:18e89e309715:
/* * Los Putacos * Copyright (C) 2017, All rights reserved. * ________________________________________ * * Created by: Gustavo Campana, Michael Schmidt, Miguel Lopez * Date: 12-Oct-2017 * Version: V0.1 */ //----------------------------------------------------------------- #ifndef EVENT_H_ #define EVENT_H_ // Your code here! #endif // EVENT_H_ //-----------------------------------------------------------------