programming 3 inputs to control 1 output
before u ask yes i'm freak'n newbee. i've played around cut , paste , got of little projects work. i need getting started writing arduino code. my project gyro , x & y accelerometer control servos position , speed.
:-/
:-/
ok. here go:
code: [select]
//some global variables go here
void setup()
{
// initialization stuff goes here
}
void loop()
{
// read inputs
// calculate output
// send output
}
Arduino Forum > Forum 2005-2010 (read only) > Software > Syntax & Programs > programming 3 inputs to control 1 output
arduino
Comments
Post a Comment