diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2012-04-19 19:04:35 +0200 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2012-04-19 19:04:35 +0200 |
commit | 47cd3c8ff64cd43ddf47f5da497b88e30616b162 (patch) | |
tree | 8444bb4685c8466920e414ba48cf7ae82e63c70c /usb/lisa_m_usbhid | |
parent | f4298ac310a284590808a47d9e0d33ee449e15c4 (diff) | |
download | sigrok-dumps-47cd3c8ff64cd43ddf47f5da497b88e30616b162.tar.gz sigrok-dumps-47cd3c8ff64cd43ddf47f5da497b88e30616b162.zip |
READMEs: Cosmetics, consistency fixes, typos.
Diffstat (limited to 'usb/lisa_m_usbhid')
-rw-r--r-- | usb/lisa_m_usbhid/README | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/usb/lisa_m_usbhid/README b/usb/lisa_m_usbhid/README index 95a02e2..deaf551 100644 --- a/usb/lisa_m_usbhid/README +++ b/usb/lisa_m_usbhid/README @@ -15,8 +15,7 @@ http://paparazzi.enac.fr/wiki/User/LisaM Logic analyser setup -------------------- -The capture was taken using the Openbench Logic Sniffer at a sample rate -of 50MHz. +The logic analyzer used was an Openbench Logic Sniffer (at 50MHz): Probe Signal --------------- @@ -27,11 +26,11 @@ of 50MHz. 4 SPI_MOSI 5 SPI_MISO -The command line used was: +The sigrok command line used was: -sigrok-cli -d 0:samplerate=50mhz:rle=on \ - -p 1=USB_DM,2=USB_DP,3=SPI_NCS,4=SPI_SCK,5=SPI_MOSI,6=SPI_MISO \ - --time=50ms -o lisa_m_usb_spi.sr + sigrok-cli -d 0:samplerate=50mhz:rle=on \ + -p 1=USB_DM,2=USB_DP,3=SPI_NCS,4=SPI_SCK,5=SPI_MOSI,6=SPI_MISO \ + --time=50ms -o lisa_m_usb_spi.sr The OLS can't actually capture 50ms, so it just captures as much as it can buffer. No triggering was used. |