]> vault307.fbx.one Git - Sensory_Wall.git/blob - distanceTest.py
LifeScape sensory wall projects
[Sensory_Wall.git] / distanceTest.py
1 import machine
2 import utime
3 import us100
4
5 uart = machine.UART(0)
6 sensor = us100.US100UART(uart)
7
8 Ygem=machine.Pin(10,machine.Pin.OUT)
9 Bgem=machine.Pin(16,machine.Pin.OUT)
10 plant=machine.Pin(18,machne.Pin.OUT)
11