f

Dependencies:   mbed 4DGL-uLCD-SE MMA8452

Revision:
6:453dc852ac0f
Parent:
0:8e3b9bb1084a
--- a/dictionary.h	Mon Mar 14 23:38:03 2022 +0000
+++ b/dictionary.h	Tue Apr 12 01:39:20 2022 +0000
@@ -13,7 +13,15 @@
 } word;  
 
 
-Word dictionary[2] = {
+Word dictionary[10] = {
     {"speed", {1,1,2,1,0}, {'s','p', 'e', 'd', '!'}},
-    {"crane", {1,1,1,1,1}, {'c', 'r', 'a', 'n', 'e'}}
+    {"crane", {1,1,1,1,1}, {'c', 'r', 'a', 'n', 'e'}},
+    {"porte", {1,1,1,1,1}, {'p','o', 'r', 't', 'e'}},
+    {"adult", {1,1,1,1,1}, {'a', 'd', 'u', 'l', 't'}},
+    {"naive", {1,1,1,1,1}, {'n','a', 'i', 'v', 'e'}},
+    {"glans", {1,1,1,1,1}, {'g', 'l', 'a', 'n', 's'}},
+    {"thick", {1,1,1,1,1}, {'t','h', 'i', 'c', 'k'}},
+    {"agony", {1,1,1,1,1}, {'a', 'g', 'o', 'n', 'y'}},
+    {"spiky", {1,1,1,1,1}, {'s','p', 'i', 'k', 'y'}},
+    {"child", {1,1,1,1,1}, {'c', 'h', 'i', 'l', 'd'}}
     };