Enumerations
Named enumerations from fwMenuEnums.h - usable as argument and return types. Wire encoding is the plain decimal value.
owLEDManagerLEDMode
Underlying type: uint8_t
| Label | Value |
|---|---|
| simplevalue | 0 |
| flash | 1 |
| pulse | 2 |
| flashfade | 3 |
| pulsefade | 4 |
Used by: gui.set_led_color
dacWaveShapeMenu
Underlying type: uint8_t
| Label | Value |
|---|---|
| off | 0 |
| triangle | 1 |
| sawtooth | 2 |
| invsawtooth | 3 |
| sine | 4 |
Used by: io.analog_out.set_waveform
dacWavePhase
Underlying type: uint8_t
| Label | Value |
|---|---|
| deg0 | 0 |
| deg120 | 1 |
| deg240 | 2 |
| deg90 | 3 |
Used by: io.analog_out.set_waveform