Added max30101, working, got FIFO working on lsm6dsv16

This commit is contained in:
ggw
2026-05-07 14:31:34 -05:00
parent c9d0ff0686
commit 02517fe9ae
19 changed files with 378 additions and 247 deletions
-1
View File
@@ -4,7 +4,6 @@ from scipy import signal
import time
import serial
ser = serial.Serial(port = '/dev/ttyACM1', timeout = 10.0)
ser.reset_input_buffer()
start = time.time()