0 Members and 1 Guest are viewing this topic.
...Mom says she likes the bright red cord best, even more than the board itself. ...
"welcome to the world of computers, where everything seems to be based on random number generators"
#pragma config FOSC = INTIO67#pragma config WDTEN = OFF, LVP = OFF#include "p18f46K20.h"void main(void){ TRISD = 0b01111111; LATDbits.LATD7 = 1; while (1) ;}
Error - could not find definition of symbol 'TRISD' in file './led1.o'.
extern volatile near unsigned char TRISD;