Forum : 8051
Original Post
Post Information | Post |
---|---|
November 10, 2009 - 11:13am
|
Dear all, In Ride c programming, while i write P2_0 = 0; the compailer gives error like P2_0. I knew, we need to add some command to get this bitwise facily. but i forgot the command. Thanks in advance, |
Hi
You can check if you have included the header file which defines the port.
This should be enough to use bitwise operation.
#include "C:\ride\INC\51\ATMEL\at89c5131.h"
Regards
Matloub