LEDFowardVoltage

Supporting Max/MSP versions 6 and up
Pofm84
Fresh meat
Posts: 1
Joined: Sat Sep 29, 2018 2:07 pm

LEDFowardVoltage

Post by Pofm84 »

I'm trying to change the foward voltage of my Phidget LED64-Advanced in max7 from 2.75v to 5v but the PhidgetDigitalOutput keep giving me a bad arguments error message (I get the same error with the maxhelp file. Is there a other way I can get the board to send 5v by default?

Many thanks
jdecoux
Engineering
Posts: 184
Joined: Mon Nov 13, 2017 10:20 am

Re: LEDFowardVoltage

Post by jdecoux »

You can set the LED forward voltage to 5.0V using the message:

Code: Select all

setLEDForwardVoltage LED_FORWARD_VOLTAGE_5_0V
To find the names of other values, you can navigate to the Phidget API, and select Max/MSP and your device from the drop-down menus. Then look under Enumerations.
LEDForwardVoltage.PNG
You do not have the required permissions to view the files attached to this post.