|
Re: Variable assignment in EasyC
Creat a variable (double click on "Variables").
To make the assignment:
Under "RC Control" use "Analog OI Input" or "Digital OI Input"
e.g.,
Code:
unsigned char x;
x = GetOIAInput(1,1);
__________________
"Rationality is our distinguishing characteristic - it's what sets us apart from the beasts." - Aristotle
Last edited by Mark McLeod : 31-01-2008 at 13:47.
|