Hello all, I am very new at programming mcu's and I have a problem with the pic c compiler. I write the simple code:
Code:
#include <16f628a.h>
void main() {
while(1) {
output_high(pin_a1);
}
}
and there is no errors, but the code doesn't work! I know my programmer works and everything because I made code with assembly and it worked fine. I don't know why this wouldn't work but I can't figure it out.
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