Small Ch-6 changes

This commit is contained in:
Danny Staple 2022-01-29 23:27:29 +00:00
parent 8f73ef769d
commit 3ff09daedc

View File

@ -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]))