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
00001 #ifndef die_H 00002 #define die_H 00003 #include "MMA8452.h" 00004 #include "Speaker.h" 00005 #include "PinDetect.h" 00006 #include "farkel_class.h" 00007 00008 00009 00010 class Dice{ 00011 public: 00012 Dice(); 00013 Dice(int); 00014 int shakeDetect(int flag); 00015 00016 private: 00017 int id; 00018 }; 00019 00020 #endif
Generated on Mon Nov 21 2022 18:54:43 by
1.7.2