ardupilot/ArduSub/leds.cpp

11 lines
131 B
C++
Raw Normal View History

2016-01-14 15:30:56 -04:00
#include "Sub.h"
// updates the status of notify
// should be called at 50hz
2016-01-14 15:30:56 -04:00
void Sub::update_notify()
{
notify.update();
}