Run with Python:
pip-2.7 install cffi PYTHON=python2.7 sh go.sh
Run with PyPy:
pip-pypy install cffi PYTHON=pypy sh go.sh
Run with Python:
pip-2.7 install cffi PYTHON=python2.7 sh go.sh
Run with PyPy:
pip-pypy install cffi PYTHON=pypy sh go.sh
| #!/usr/bin/python | |
| import os | |
| import serial | |
| import crcmod | |
| import time | |
| import time as time_ | |
| gps_set_success = False # boolean for the status of flightmode | |
| time_set = False |