ardupilot/ArduCopter/UserCode.pde
2012-08-21 18:56:01 -07:00

16 lines
152 B
Plaintext

// agmatthews USERHOOKS
void userhook_init()
{
// put your initialisation code here
}
void userhook_50Hz()
{
// put your 50Hz code here
}