APM:Libraries
|
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::HAL & | hal |
-*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*- More... | |
#define TOSHIBA_LED_ENABLE 0x04 |
Definition at line 34 of file ToshibaLED_I2C.cpp.
Referenced by ToshibaLED_I2C::hw_init().
#define TOSHIBA_LED_I2C_ADDR 0x55 |
Definition at line 29 of file ToshibaLED_I2C.cpp.
Referenced by ToshibaLED_I2C::hw_init().
#define TOSHIBA_LED_PWM0 0x01 |
Definition at line 31 of file ToshibaLED_I2C.cpp.
Referenced by ToshibaLED_I2C::_timer(), and ToshibaLED_I2C::hw_init().
#define TOSHIBA_LED_PWM1 0x02 |
Definition at line 32 of file ToshibaLED_I2C.cpp.
#define TOSHIBA_LED_PWM2 0x03 |
Definition at line 33 of file ToshibaLED_I2C.cpp.
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.