I try run simple program as below:
#include <pic.h>
__CONFIG ( 0x3F32 );
void main(void)
{
while(1)
{
TRISC=0b00000000;
PORTC=0b11111111;
}
}
but when i measure portC output has no voltage~~
I am using cytron sk40c, any countermeasure?
Users browsing this forum: No registered users and 6 guests