Enum | Description |
---|---|
ArduinoClassExample |
Name: Jacob Smith
Email:jsmith2021@brandeis.edu
Assignment: Personal Study, an enum class of example fields used to generate the
hardCoded correct examples of cpp,h, and keywords files
Date: May 16, 2019
Sources: https://docs.oracle.com/javase/tutorial/java/javaOO/enum.html
Bugs:
notes: enum has nice automatic toString, naem field
|
ArduinoClassHardCoded |
Name: Jacob Smith
Email:jsmith2021@brandeis.edu
Assignment: Personal Study, an enum to contain correct string representations
of arduino classes for unit testing.
|
ArduinoClassPrompts |
Name: Jacob Smith
Email:jsmith2021@brandeis.edu
Assignment: Personal Study, an enum of class fields with user prompts and error messages.
|