Compare commits
No commits in common. "27c3ff40e1d0dcee99ed81b5c727e8d2dffe934f" and "c159417b93b3cbb10e32488a7d25a14627f2f0e2" have entirely different histories.
27c3ff40e1
...
c159417b93
3 changed files with 1 additions and 5 deletions
|
@ -8,7 +8,7 @@ from commands import Commands, send_command
|
||||||
|
|
||||||
# External Dependencies
|
# External Dependencies
|
||||||
import numpy as np
|
import numpy as np
|
||||||
import serial # pip install pyserial, apt install python3-serial
|
import serial # pyserial
|
||||||
from serial.tools import list_ports
|
from serial.tools import list_ports
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
sudo apt install python3-serial
|
|
||||||
chmod +x run.sh
|
chmod +x run.sh
|
||||||
rm -f fwledmonitor.service || true
|
rm -f fwledmonitor.service || true
|
||||||
cat <<EOF >>./fwledmonitor.service
|
cat <<EOF >>./fwledmonitor.service
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
pyserial
|
|
||||||
numpy
|
|
||||||
wmi # only for windows
|
|
Loading…
Add table
Reference in a new issue