Kevin Lin / Mbed 2 deprecated Lab4Farkle

Dependencies:   mbed 4DGL-uLCD-SE PinDetect

Revision:
1:3cd6e5938144
Parent:
0:8ee41d0deef7
diff -r 8ee41d0deef7 -r 3cd6e5938144 die.cpp
--- 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;
 }