ardupilot/ArduCopter/UserCode.pde

16 lines
146 B
Plaintext
Raw Normal View History

2011-10-15 19:29:33 -03:00
// agmatthews USERHOOKS
void userhook_init()
{
// put your initialisation code here
}
void userhook_50Hz()
{
// put your 50Hz code here
}