Browse Source

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".
master
Lucas De Marchi 9 years ago
parent
commit
213c38afaf
  1. 3
      libraries/AP_Notify/ToshibaLED_I2C.cpp

3
libraries/AP_Notify/ToshibaLED_I2C.cpp

@ -15,6 +15,9 @@ @@ -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…
Cancel
Save