Add IMU telemetry pipeline and live sensor UI.
Wire LSM6DS3 readings into the runtime telemetry stream, expose them over web endpoints, and render live voltage/IMU data in the dashboard with websocket updates. Made-with: Cursor
This commit is contained in:
9
test/leds.py
Normal file
9
test/leds.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from machine import Pin
|
||||
from neopixel import NeoPixel
|
||||
|
||||
led = NeoPixel(Pin(18, Pin.OUT), 10)
|
||||
|
||||
led.fill((255, 0, 0))
|
||||
led.write()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user