mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-02 11:43:56 -04:00
16 lines
305 B
Plaintext
16 lines
305 B
Plaintext
|
# PocketPilot
|
||
|
|
||
|
define AP_NOTIFY_GPIO_LED_3_ENABLED 1
|
||
|
define HAL_GPIO_A_LED_PIN 59
|
||
|
define HAL_GPIO_B_LED_PIN 58
|
||
|
define HAL_GPIO_C_LED_PIN 57
|
||
|
define HAL_GPIO_LED_ON 1
|
||
|
|
||
|
define HAL_BUZZER_PIN 28
|
||
|
|
||
|
define HAL_OPTFLOW_PX4FLOW_I2C_BUS 2
|
||
|
|
||
|
define HAL_RANGEFINDER_LIGHTWARE_I2C_BUS 2
|
||
|
|
||
|
define HAL_NUM_CAN_IFACES 1
|