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
Diff: die.cpp
- Revision:
- 0:09b7e6aa75a9
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/die.cpp Tue Nov 30 18:58:54 2021 +0000 @@ -0,0 +1,17 @@ +//#ifndef die_H +//#define die_H +#include "die.h" + + + +Dice::Dice(){//defult constructor + id = 1; +} + +Dice::Dice(int randomNum){//constructor + id = randomNum; +} + + + +//#endif \ No newline at end of file