blob: 393f8972324e06d3fe8b7eb060d7414ba7a40585 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
test adxl345_axis
protocol-decoder spi channel clk=0 channel mosi=1 channel miso=2 channel cs=3
protocol-decoder adxl345
stack spi adxl345
input spi/adxl345/adxl345_axis.sr
output adxl345 annotation match adxl345_axis.output
test adxl345_registers
protocol-decoder spi channel clk=0 channel mosi=1 channel miso=2 channel cs=3
protocol-decoder adxl345
stack spi adxl345
input spi/adxl345/adxl345_registers.sr
output adxl345 annotation match adxl345_registers.output
|