Voilà je me suis mi a la programmation des PIC 16F876 et j'ai un probleme dans le début du programme
Voilà ce que j'écrit:
Quand je compile, il me dit cette erreur:Code:#define led1 RB0 void main(void) { TRISA = 0b11111111; TRISB = 0b00000000; TRISC = 0b00000000; PORTB=0; PORTC=0; for (;;) { led1 = RA0; } }
CC5X Version 3.3A, Copyright (c) B Knudsen Data, Norway 1992-2007
--> FREE edition, 8-16 bit int, 24 bit float, 1k code, reduced optim.
minuterie.c:
led1 = RA0; }
^------
Error[1] C:\Users\Bernard\Documents\pro gramation PIC en c\programes\minuterie\minuteri e.c 14 : Symbol 'RB0' is undefined
(The definition of the symbol in not known. This can be due to
wrong spelling or letter case mismatch. Otherwise a new symbol
definition is required: variable, function, macro, etc.)
Error options: -ew: no warning details -ed: no error details -eL: list details
Je ne vois pas comment régler ce problème!!!
si qqun peu m'aider
Merci
-----