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

Popular posts from this blog

CAN'T INSTALL MAMBELFISH 1.5 FROM DIRECTORY - Joomla! Forum - community, help and support

error: expected initializer before 'void'

CPU load monitoring using GPIO and leds - Raspberry Pi Forums