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: mbed 4DGL-uLCD-SE PinDetect
Diff: die.cpp
- Revision:
- 1:3cd6e5938144
- Parent:
- 0:8ee41d0deef7
--- a/die.cpp Tue Oct 26 05:10:36 2021 +0000
+++ b/die.cpp Tue Oct 26 06:04:46 2021 +0000
@@ -1,7 +1,14 @@
+/**
+Author: Kevin Lin
+Title: Lab 4
+Date: October 22 2021
+Description: Source file of a dice object
+
+**/
+
#include "die.h"
-//Constructors
Die::Die(){
value = 1;
}