APM:Libraries
Macros | Variables
ToshibaLED_I2C.cpp File Reference
#include "ToshibaLED_I2C.h"
#include <utility>
#include <AP_HAL/AP_HAL.h>
Include dependency graph for ToshibaLED_I2C.cpp:

Go to the source code of this file.

Macros

#define TOSHIBA_LED_I2C_ADDR   0x55
 
#define TOSHIBA_LED_PWM0   0x01
 
#define TOSHIBA_LED_PWM1   0x02
 
#define TOSHIBA_LED_PWM2   0x03
 
#define TOSHIBA_LED_ENABLE   0x04
 

Variables

const AP_HAL::HALhal
 -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*- More...
 

Macro Definition Documentation

◆ TOSHIBA_LED_ENABLE

#define TOSHIBA_LED_ENABLE   0x04

Definition at line 34 of file ToshibaLED_I2C.cpp.

Referenced by ToshibaLED_I2C::hw_init().

◆ TOSHIBA_LED_I2C_ADDR

#define TOSHIBA_LED_I2C_ADDR   0x55

Definition at line 29 of file ToshibaLED_I2C.cpp.

Referenced by ToshibaLED_I2C::hw_init().

◆ TOSHIBA_LED_PWM0

#define TOSHIBA_LED_PWM0   0x01

Definition at line 31 of file ToshibaLED_I2C.cpp.

Referenced by ToshibaLED_I2C::_timer(), and ToshibaLED_I2C::hw_init().

◆ TOSHIBA_LED_PWM1

#define TOSHIBA_LED_PWM1   0x02

Definition at line 32 of file ToshibaLED_I2C.cpp.

◆ TOSHIBA_LED_PWM2

#define TOSHIBA_LED_PWM2   0x03

Definition at line 33 of file ToshibaLED_I2C.cpp.

Variable Documentation

◆ hal

const AP_HAL::HAL& hal

-*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*-

Definition at line 14 of file AC_PID_test.cpp.