Outputs - project-owner/PeppyMeter.doc GitHub Wiki

PeppyMeter can output VU Meter signal to the following devices:

To enable output to these devices the corresponding property should be specified in the configuration file config.txt:

output.display = True
output.serial = False
output.i2c = False
output.pwm = False
output.http = False

All properties can be set to True at the same time. In this case PeppyMeter will output signal to all enabled devices.

<<Previous | Next>>