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.
My keil version 4.0a Quick example:
#include<lpc23xx.h> #include <math.h>
#define RS 0x10000000; #define E 0x80000000;
int main(void) { IODIR1 = RS + E ;}
Why it doesn't work, it should right? How write it properly? I was trying everything and I have no idea how make it working. Thank you for help.
Thank you for help :). You're right, without semicolons.