mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
Fixed the MS5611 baro in SPI mode.
This commit is contained in:
parent
212dab7ecd
commit
278ebf3aea
4 changed files with 135 additions and 77 deletions
|
@ -147,10 +147,10 @@ void delay(uint32_t) {}
|
|||
void delayMicroseconds(uint32_t) {}
|
||||
|
||||
bool busBusy(const busDevice_t*, bool*) {return false;}
|
||||
bool busReadRegisterBuffer(const busDevice_t*, uint8_t, uint8_t*, uint8_t) {return true;}
|
||||
bool busReadRegisterBufferStart(const busDevice_t*, uint8_t, uint8_t*, uint8_t) {return true;}
|
||||
bool busWriteRegister(const busDevice_t*, uint8_t, uint8_t) {return true;}
|
||||
bool busWriteRegisterStart(const busDevice_t*, uint8_t, uint8_t) {return true;}
|
||||
bool busRawReadRegisterBuffer(const busDevice_t*, uint8_t, uint8_t*, uint8_t) {return true;}
|
||||
bool busRawReadRegisterBufferStart(const busDevice_t*, uint8_t, uint8_t*, uint8_t) {return true;}
|
||||
bool busRawWriteRegister(const busDevice_t*, uint8_t, uint8_t) {return true;}
|
||||
bool busRawWriteRegisterStart(const busDevice_t*, uint8_t, uint8_t) {return true;}
|
||||
|
||||
void spiBusSetDivisor() {
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue