mirror of https://github.com/ArduPilot/ardupilot
AP_Notify: ToshibaLED_I2C: add part number comment
It's easier to find the datasheet for this driver with the part number rather than a generic "toshiba led".
This commit is contained in:
parent
5618008935
commit
213c38afaf
|
@ -15,6 +15,9 @@
|
|||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
/* LED driver for TCA62724FMG */
|
||||
|
||||
#include "ToshibaLED_I2C.h"
|
||||
|
||||
#include <utility>
|
||||
|
|
Loading…
Reference in New Issue