|
YAHAL
Yet Another Hardware Abstraction Library
|
Public Member Functions | |
| void | inject () |
| void | inject () |
| void | inject () |
Public Member Functions inherited from boostxl_eduMKII_base | |
| gpio_interface & | button1 () |
| gpio_interface & | button2 () |
| gpio_interface & | led_red () |
| gpio_interface & | led_green () |
| gpio_interface & | led_blue () |
| gpio_interface & | buzzer () |
| gpio_interface & | gator () |
| gpio_interface & | servo () |
| spi_interface & | lcd_spi () |
| gpio_interface & | lcd_cs () |
| gpio_interface & | lcd_rst () |
| gpio_interface & | lcd_dc () |
| i2c_interface & | sensor_i2c () |
| gpio_interface & | opt3001_int () |
| gpio_interface & | tmp006_int () |
| adc_channel & | joy_x () |
| adc_channel & | joy_y () |
| gpio_interface & | joy_button () |
| adc_channel & | mic () |
| adc_channel & | acc_x () |
| adc_channel & | acc_y () |
| adc_channel & | acc_z () |
Additional Inherited Members | |
Public Attributes inherited from boostxl_eduMKII_base | |
| bool | need_buttons |
| bool | need_led_rgb |
| bool | need_buzzer |
| bool | need_gator |
| bool | need_servo |
| bool | need_lcd |
| bool | need_i2c |
| bool | need_joystick |
| bool | need_microphone |
| bool | need_accelerometer |
Protected Attributes inherited from boostxl_eduMKII_base | |
| gpio_interface * | _button1 |
| gpio_interface * | _button2 |
| gpio_interface * | _led_red |
| gpio_interface * | _led_green |
| gpio_interface * | _led_blue |
| gpio_interface * | _buzzer |
| gpio_interface * | _gator |
| gpio_interface * | _servo |
| spi_interface * | _lcd_spi |
| gpio_interface * | _lcd_cs |
| gpio_interface * | _lcd_rst |
| gpio_interface * | _lcd_dc |
| i2c_interface * | _sensor_i2c |
| gpio_interface * | _opt3001_int |
| gpio_interface * | _tmp006_int |
| adc_channel * | _joy_x |
| adc_channel * | _joy_y |
| gpio_interface * | _joy_button |
| adc_channel * | _mic |
| adc_channel * | _acc_x |
| adc_channel * | _acc_y |
| adc_channel * | _acc_z |
Definition at line 43 of file boostxl_eduMKII.h.
| boostxl_eduMKII::boostxl_eduMKII | ( | ) |
Definition at line 12 of file boostxl_eduMKII.cpp.
| void boostxl_eduMKII::inject | ( | ) |
Definition at line 15 of file boostxl_eduMKII.cpp.