5
0
mirror of https://github.com/ArduPilot/ardupilot synced 2025-01-16 05:38:28 -04:00
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
}