Hi Karthikeyan,
I've checked that I am turning the correct bits on. Here are the macros:
LED1_MASK is 0x01
LED2_MASK is 0x02
LED1_ON() is (P1_0 = 1)
LED2_ON() is (P1_1 = 1)
Hi Karthikeyan,
I've checked that I am turning the correct bits on. Here are the macros:
LED1_MASK is 0x01
LED2_MASK is 0x02
LED1_ON() is (P1_0 = 1)
LED2_ON() is (P1_1 = 1)