This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Derived from https://gist.github.com/geoffwatts/b0b488b5a5257223ed53 | |
import struct | |
import time | |
import serial | |
import serial.tools.list_ports | |
def get_ports(): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# https://www.pyimagesearch.com/2017/09/04/raspbian-stretch-install-opencv-3-python-on-your-raspberry-pi/ | |
activate () { | |
. ../.env/bin/activate | |
} | |
sudo apt-get -y purge wolfram-engine | |
sudo apt-get -y purge libreoffice* |