1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/drivers/si1133
Hugues Larrive 3c465836f2 examples and tests: add atmega8 to relevent Makefile.ci
using dist/tools/insufficient_memory/add_insufficient_memory_board.sh
2023-07-11 21:22:02 +02:00
..
tests-with-config tests/drivers: move all driver tests into own folder 2023-05-04 12:45:07 +02:00
app.config.test tests/drivers: move all driver tests into own folder 2023-05-04 12:45:07 +02:00
main.c tests/drivers: move all driver tests into own folder 2023-05-04 12:45:07 +02:00
Makefile tests/drivers: move all driver tests into own folder 2023-05-04 12:45:07 +02:00
Makefile.ci examples and tests: add atmega8 to relevent Makefile.ci 2023-07-11 21:22:02 +02:00
README.md tests/drivers: move all driver tests into own folder 2023-05-04 12:45:07 +02:00

Si1133 driver test

Test application for the Silicon Labs Si1133 I2C device.

Usage

This test will initialize the Si1133 device defined in the si1133_params.h header, which can be override by the board or in CLFAGS by setting the following macros:

  • SI1133_PARAM_I2C_DEV the I2C device to use, by default I2C_DEV(0).
  • SI1133_PARAM_ADDR the I2C address of the Si1133, either 0x52 or 0x55.

The automated test checks that the Si1133 responds and all sensor values can be read in blocking mode.