Small Ch-6 changes
This commit is contained in:
parent
8f73ef769d
commit
3ff09daedc
@ -23,4 +23,4 @@ buffer = array.array('I', [0])
|
||||
|
||||
# read the data
|
||||
sm.readinto(buffer)
|
||||
print("{0} 0b{0:08b}".format(buffer[0]))
|
||||
print("{0} 0b{0:032b}".format(buffer[0]))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user