We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I am programming the first time using youtube video,
But getting first warning as ATx51.h cant found.
the text #include<AT89X51.h> - is in Yellowish color not in BLUE.
one more thing - AT89X51.h is present in C;/Keil/INC/atmel/
Please help me
Waring is this- Warning file can't find 'AT89X51.h'
try #include "C:/Keil/INC/atmel/ATx51.h"
Unless the correct name was AT89x61.h. Too many variants presented. There are zero room for spelling errors when programming.
#include "C:/Keil/INC/atmel/AT89x51.h"
Is also not working
color of code is yellow not blue as usually it use to be.
SOLVED thanks Erik