mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 04:45:24 +03:00
Ammend BMP085 driver for configurability of EOC and XCLR pin
This commit is contained in:
parent
eea9242d7b
commit
b749d56d9e
10 changed files with 70 additions and 76 deletions
|
@ -56,7 +56,7 @@ const char * const ownerNames[OWNER_TOTAL_COUNT] = {
|
|||
"RX_SPI_CS",
|
||||
"SPI_CS",
|
||||
"GYRO_EXTI",
|
||||
"BARO_EXTI",
|
||||
"BARO_EOC",
|
||||
"COMPASS_EXTI",
|
||||
"USB",
|
||||
"USB_DETECT",
|
||||
|
@ -98,4 +98,5 @@ const char * const ownerNames[OWNER_TOTAL_COUNT] = {
|
|||
"QSPI_BK2IO2",
|
||||
"QSPI_BK2IO3",
|
||||
"QSPI_BK2CS",
|
||||
"BARO_XCLR",
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue