Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions docs/boards/KAKUTEH7WING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Board - [KAKUTEH7WING](https://holybro.com/products/kakute-h743-wing)

[manufacturer manual](https://cdn.shopify.com/s/files/1/0604/5905/7341/files/Holybro_KakuteH743-Wing_Manual_v1.0_C.pdf?v=1693393206)

Note that this board has two i2c plugs.
The six-pin plug should be used for GPS and compass.
The 4-pin plug should be used for other i2c sesors such as i2c pitot (airspeed sensor), rangefinder, and external
temperature sensors.

![KAKUTEH7WING wiring diagram](../assets/images/KAKUTEH7WING-wiring-diagram.webp)
6 changes: 3 additions & 3 deletions src/main/target/KAKUTEH7WING/target.h
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,11 @@
#define MAG_I2C_BUS BUS_I2C1
#define USE_MAG_ALL

#define TEMPERATURE_I2C_BUS BUS_I2C1
#define PITOT_I2C_BUS BUS_I2C1
#define TEMPERATURE_I2C_BUS BUS_I2C2
#define PITOT_I2C_BUS BUS_I2C2

#define USE_RANGEFINDER
#define RANGEFINDER_I2C_BUS BUS_I2C1
#define RANGEFINDER_I2C_BUS BUS_I2C2

// *************** UART *****************************
#define USE_VCP
Expand Down