summaryrefslogtreecommitdiff
path: root/driver/accelgyro_bmi323.h
blob: 5efa0a385f922f42cd5a7209bb35f97c58552404 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* Copyright 2021 The Chromium OS Authors. All rights reserved.
 * 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 */