Hello,
In programme I have defined
#define DEVICE_ID 0x32
But I want to change Device Id when I get command of change Device Address.
How should I do it?
Regards, Abhijeet R. Mudgal.
u cant do it like that coz DEVICE_ID is replaced by 0x32 where ever u hve written it by compiler if u wana assign DEVICE_ID different Values that declear it as variable in user program not in this way