Page 1 of 1

Control of onboard LED on 1024 RFID reader

Posted: Sat Dec 02, 2017 2:02 pm
by sgRFID
Hi,
sorry if this exists somewhere, can't find search feature in forums!
I can control the green onboard LED from the mac PHIDGET CONTROL PANEL, but can anyone tell me how to turn it on and off from python?

thanks!

Sebastian

Re: Control of onboard LED on 1024 RFID reader

Posted: Mon Dec 04, 2017 9:52 am
by Patrick
Have a look at the API tab on the 1024 product page.

The on-board LED is channel 2, so you would create a DigitalOutput object, set channel=2 and call open.

-Patrick