added more test programs

This commit is contained in:
dekunukem
2021-10-21 22:08:28 +01:00
parent 0aaee8873d
commit 49480dd1d8
5 changed files with 148 additions and 0 deletions

View File

@@ -14,3 +14,6 @@ fff = open("/dev/input/event0", "rb" )
while 1:
data = fff.read(24)
print(data)
using queue to despatch SPI on raspberry 3: 700 to 800us
on lichee 3.5ms