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.cpp
- Committer:
- jwalker366
- Date:
- 2021-11-30
- Revision:
- 0:09b7e6aa75a9
File content as of revision 0:09b7e6aa75a9:
//#ifndef die_H //#define die_H #include "die.h" Dice::Dice(){//defult constructor id = 1; } Dice::Dice(int randomNum){//constructor id = randomNum; } //#endif