This project allows for the sending of MIDI messages, and setting of variable resistances, controlled by a distance sensor. MIDI input messages can also be used to set the variable resistance.

Dependencies:   N5110 PinDetect SRF08 USBDevice mbed PowerControl

Embed: (wiki syntax)

« Back to documentation index

State Struct Reference

State Struct Reference

Defines the FSM state parameters. More...

#include <main.h>

Data Fields

char * title
char * list [4]
int listLength
int previousState
int nextState [4]
int screenType
int associatedValueType
int associatedValueIndex
int associatedMaxValueIndex
int associatedValueList

Detailed Description

Defines the FSM state parameters.

Definition at line 292 of file main.h.


Field Documentation

Index of parameter limit associated with certain parameter editing pages

Definition at line 302 of file main.h.

Index of parameter associated with certain parameter editing pages

Definition at line 301 of file main.h.

List associated with certain parameter editing pages

Definition at line 303 of file main.h.

Usage type of the parameter associated with parameter editing page

Definition at line 300 of file main.h.

char* list[4]

Menu options list

Definition at line 294 of file main.h.

Menu options list length

Definition at line 295 of file main.h.

int nextState[4]

Next FSM states

Definition at line 297 of file main.h.

Previous FSM state

Definition at line 296 of file main.h.

Type of screen

Definition at line 298 of file main.h.

char* title

Menu title

Definition at line 293 of file main.h.