ardupilot/ArduCopter/UserCode.pde
2012-12-20 14:52:28 +11:00

14 lines
127 B
Plaintext

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