Hi all,
I want to fix some digital inputs without the attributes.
I need to set PA0 to input with pulldown.
Could not find anything clearly defined online.
I tried=
outlet_out= palReadPad(GPIOA,0,PAL_MODE_INPUT_PULLDOWN)<<27;
but it didn't work.
Thanks Heaps..
ps.. This control should work within any object, correct ?