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.h
- Revision:
- 1:3cd6e5938144
- Parent:
- 0:8ee41d0deef7
diff -r 8ee41d0deef7 -r 3cd6e5938144 die.h --- a/die.h Tue Oct 26 05:10:36 2021 +0000 +++ b/die.h Tue Oct 26 06:04:46 2021 +0000 @@ -1,3 +1,11 @@ +/** +Author: Kevin Lin +Title: Lab 4 +Date: October 22 2021 +Description: Header file of a dice object + +**/ + #define WHITE 0xFFFFFF #define BLACK 0x000000 #ifndef DIE_H