mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-21 16:18:29 -04:00
AP_HAL_Linux: RCOutput_PCA9685 add new address for BH hat
This commit is contained in:
parent
f437e7a67c
commit
5d5e75c8ad
@ -7,6 +7,7 @@
|
||||
#define PCA9685_PRIMARY_ADDRESS 0x40 // All address pins low, PCA9685 default
|
||||
#define PCA9685_SECONDARY_ADDRESS 0x41
|
||||
#define PCA9685_TERTIARY_ADDRESS 0x42
|
||||
#define PCA9685_QUATENARY_ADDRESS 0x55
|
||||
|
||||
class Linux::RCOutput_PCA9685 : public AP_HAL::RCOutput {
|
||||
public:
|
||||
|
Loading…
Reference in New Issue
Block a user