Arduino library for Tiny Trainable Instruments. More...
Go to the source code of this file.
Classes | |
| class | TinyTrainable |
| TinyTrainable base class. More... | |
Enumerations | |
| enum | InputType { INPUT_NONE = 0 , INPUT_COLOR = 1 , INPUT_GESTURE = 2 , INPUT_SPEECH = 3 } |
| enum | OutputType { OUTPUT_NONE = 0 , OUTPUT_BUZZER = 1 , OUTPUT_LED = 2 , OUTPUT_MIDI = 3 , OUTPUT_PRINTER = 4 , OUTPUT_SCREEN = 5 , OUTPUT_SERIAL = 6 , OUTPUT_SERVO = 7 } |
| enum | Colors { red = 0 , green = 1 , blue = 2 , yellow = 3 , magenta = 4 , cyan = 5 } |
Arduino library for Tiny Trainable Instruments.
| enum Colors |
| enum InputType |
| enum OutputType |