From 5e57148bbc52692ed5214fc3b2c74afdc53b3ab3 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Tue, 30 Dec 2014 18:38:50 +0100 Subject: Add some Melexis MLX90614 tests. --- decoder/test/mlx90614/test.conf | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 decoder/test/mlx90614/test.conf (limited to 'decoder/test/mlx90614/test.conf') diff --git a/decoder/test/mlx90614/test.conf b/decoder/test/mlx90614/test.conf new file mode 100644 index 0000000..8039f79 --- /dev/null +++ b/decoder/test/mlx90614/test.conf @@ -0,0 +1,20 @@ +test 5s_24deg + protocol-decoder i2c channel scl=5 channel sda=7 + protocol-decoder mlx90614 + stack i2c mlx90614 + input i2c/melexis_mlx90614/melexis_mlx90614_5s_24deg.sr + output mlx90614 annotation match 5s_24deg.output + +test 60s_26deg_34deg + protocol-decoder i2c channel scl=5 channel sda=7 + protocol-decoder mlx90614 + stack i2c mlx90614 + input i2c/melexis_mlx90614/melexis_mlx90614_60s_26deg_34deg.sr + output mlx90614 annotation match 60s_26deg_34deg.output + +test 3600s_24deg + protocol-decoder i2c channel scl=5 channel sda=7 + protocol-decoder mlx90614 + stack i2c mlx90614 + input i2c/melexis_mlx90614/melexis_mlx90614_3600s_24deg.sr + output mlx90614 annotation match 3600s_24deg.output -- cgit v1.2.3-70-g09d2