diff options
Diffstat (limited to 'decoders/spi.py')
-rw-r--r-- | decoders/spi.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/spi.py b/decoders/spi.py index 2f692f0..7e64fcf 100644 --- a/decoders/spi.py +++ b/decoders/spi.py @@ -35,7 +35,7 @@ CPHA_1 = 1 # Data is valid on the falling clock edge # Bit order options MSB_FIRST = 0 -LSB_FIRST = 0 +LSB_FIRST = 1 # Annotation formats ANN_HEX = 0 |