Can someone please tell me what is the exact syntax to activate the internal Pull-Ups in the 16F88?
Does it automatic for all the pins or dedicated for each one?
edi
Ttelmah Guest
Posted: Mon Jan 17, 2005 6:59 am
PORT_B_PULLUPS(TRUE);
Read the data sheet for the chip. This chip only supports 'whole port' enabling. On chips that allow individual bits, the 'TRUE' value, can be replaced with the pattern of bits required to be enabled, but the F88, does not support this.
Best Wishes
edi
Joined: 22 Dec 2003 Posts: 82
Posted: Mon Jan 17, 2005 7:11 am
Tnx,
I though it's for all the pins but wasn't sure...
Thanks any way.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum