Skip to content

Commit

Permalink
Set default RW I2C address to suit with s2e-aobc default value
Browse files Browse the repository at this point in the history
  • Loading branch information
200km committed Jul 26, 2023
1 parent 826c0d9 commit 8ed015a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Examples/src_aobc_example/Settings/user_defined_i2c_address.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

// RWs
#define I2C_DEVICE_ADDR_RW_X (0x11) //!< RW on X-axis
#define I2C_DEVICE_ADDR_RW_Y (0x37) //!< RW on Y-axis
#define I2C_DEVICE_ADDR_RW_Z (0x39) //!< RW on Z-axis
#define I2C_DEVICE_ADDR_RW_Y (0x12) //!< RW on Y-axis
#define I2C_DEVICE_ADDR_RW_Z (0x13) //!< RW on Z-axis

#endif // USER_DEFINED_I2C_ADDRESS_H_
4 changes: 2 additions & 2 deletions src/src_user/Settings/port_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@

// PORT_CH_I2C_RWS
#define I2C_DEVICE_ADDR_RW_X (0x11) //!< X軸RW-FM
#define I2C_DEVICE_ADDR_RW_Y (0x37) //!< Y軸RW-FM
#define I2C_DEVICE_ADDR_RW_Z (0x39) //!< Z軸RW-FM
#define I2C_DEVICE_ADDR_RW_Y (0x12) //!< Y軸RW-FM
#define I2C_DEVICE_ADDR_RW_Z (0x13) //!< Z軸RW-FM
#define I2C_DEVICE_ADDR_RW_EM (0x35) //!< RW-EM 試験時にのみ使う

// PORT_CH_I2C_INAS
Expand Down

0 comments on commit 8ed015a

Please sign in to comment.