|
Re: Accessing groups of variables
Specifically for the OI LEDs, if you look in the default code you'll see where all the 8 OI LED bits are addressed at once in user_routines.c at the very end. Ypu should backtrack as Alan suggested to understand why this is so.
Code:
User_Mode_byte = backup_voltage*10;
__________________
"Rationality is our distinguishing characteristic - it's what sets us apart from the beasts." - Aristotle
Last edited by Mark McLeod : 27-11-2005 at 19:41.
|