summaryrefslogtreecommitdiff
path: root/driver/accelgyro_bmi323.h
blob: 9b014448bdc701e80f48398a0198af7e00735f11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* Copyright 2021 The ChromiumOS Authors
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

/* BMI323 gsensor module for Chrome EC */

#ifndef __CROS_EC_ACCELGYRO_BMI323_H
#define __CROS_EC_ACCELGYRO_BMI323_H

#include "accelgyro_bmi3xx.h"

#define BMI323_CHIP_ID 0x43

#endif /* __CROS_EC_ACCELGYRO_BMI323_H */