ardupilot/ArduCopter/UserCode.pde
2011-10-15 15:29:33 -07:00

16 lines
146 B
Plaintext

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