We strongly encourage users to use Package manager for sharing their code on Libstock website, because it boosts your efficiency and leaves the end user with no room for error. [more info]
posted on 2018/12/14 12:52:32 PM CET
Hello folks,
I would like to set my pins RC0 and RC1 as digital outputs but cannot use them as digital outputs after setting the below config.
#pragma config SOSCSEL = DIG
CCP2CON = 0;
I searched some blogs where everyone used this library "xc.h", I am not using this library for my application.
any help for my issue is highly appreciated.
Thanks in advance!!