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: 4DGL-uLCD-SE PinDetect mbed
die.h
- Committer:
- jwalker366
- Date:
- 2021-11-30
- Revision:
- 0:09b7e6aa75a9
File content as of revision 0:09b7e6aa75a9:
#ifndef die_H #define die_H #include "MMA8452.h" #include "Speaker.h" #include "PinDetect.h" #include "farkel_class.h" class Dice{ public: Dice(); Dice(int); int shakeDetect(int flag); private: int id; }; #endif