# Configuration options for I2C emulators | |
# Copyright 2020 Google LLC | |
# SPDX-License-Identifier: Apache-2.0 | |
config EMUL_BMI160 | |
bool "Emulate a Bosch BMI160 accelerometer" | |
help | |
This is an emulator for the Bosch BMI160 accelerometer. | |
It provides readings which follow a simple sequence, thus allowing | |
test code to check that things are working as expected. |