i am using struct in arduino. i am passing structure by reference. and accessing the members using -> and changing the value stored. but when function terminates and program returns to void loop the change didn't happened.
kindly help me resolve this please.