- This topic has 2 replies, 3 voices, and was last updated 12 years, 4 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
|
Microcontroller › 8051 › how to write ‘c’ program in keil n assemble it??
for every line when i’m converting to .c file it’s showin unidefined identifier..
now i dont know how to define p1.0,etc..
please help me
(for progrm please refer to 8051 projects-simple digital clock using at89c51)..
Hi,
Have you included the required header files?
Kindly post your code also.
please define in
sbit its a small leters
s its a small or caps letters
P1.2 is must be a caps letter only
and not placd . and used ^ this symbol only
sbit s =P1^0;