Page 1 of 1

Enable Pullups on GPIO Pins

Posted: Wed Feb 04, 2015 2:54 pm
by SeeCwriter
The Pins class doesn't appear to have a method for enabling/disabling pullups on GPIO pins. Is there a built-in way to do
that? I would like to enable the pullup on DSPI1_SIN.

Re: Enable Pullups on GPIO Pins

Posted: Wed Feb 04, 2015 3:02 pm
by dciliske
They do not. You would have to get down and address the GPIO registers directly. :/

I'll look into whether that's a thing we can add to the PinIO class...

-Dan