Four Letter Word generator based on an associative word dictionary.

Dependencies:   _24LCXXX

Dependents:   vfd_modular_clock_mbed

Four Letter Word generator based on an associative word dictionary.

Needs an EEPROM to function (can be programmed onto a 24LC512 I2C EEPROM, or available as a pre-programmed add-on board)

Comes with a censored mode that removes expletives as well as a fully uncensored mode.

For details see:

Revision:
2:ff0163bc298d
Parent:
0:4d3dec05a4b7
Child:
6:f3455eff2ae4
--- a/flw.h	Tue Feb 10 09:53:03 2015 +0000
+++ b/flw.h	Sun Feb 15 10:53:01 2015 +0000
@@ -53,7 +53,7 @@
     void setCensored(bool c) { m_censored = c; }
     
     bool hasEeprom();
-    char* getWord();
+    char* getWord(bool adjustCase = false);
 };
 
 #endif
\ No newline at end of file