Arduino Hash Table/Dictionary
I am trying to get a Hash Table or Dictionary to work on the Arduino Mega 2560. My goal is to have something like dictionary[ENGLISH]["ACCOUNT"] = "Account"; dictionary[ENGLISH]["DATE_AND_TIME"] =...