-
Notifications
You must be signed in to change notification settings - Fork 6
Outputs
project-owner edited this page Jul 17, 2021
·
7 revisions
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.