This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Controling GPIO.

How To Assign a Variable To Single Pin In GPIO

In IAR I Can Write Code Like Following:

#define rs IO1PIN_bit.P1_24
#define rw IO1PIN_bit.P1_25
#define en IO1PIN_bit.P1_26

But I Want To know How to write above code in KEIL.

Someone Please Help Me With this.

0