mirror of
https://github.com/openmv/openmv.git
synced 2025-09-26 23:09:13 +08:00
tools: Clean up tools.
This commit is contained in:
parent
4e4f9ba377
commit
a6cad0f39a
4
tools/arduino/arduino_touch_reset.py
Executable file
4
tools/arduino/arduino_touch_reset.py
Executable file
@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
import sys, serial, struct
|
||||
port = "/dev/ttyACM0"
|
||||
serial.Serial(port, baudrate=1200, bytesize=serial.EIGHTBITS, parity=serial.PARITY_NONE).close()
|
Loading…
Reference in New Issue
Block a user