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