Skip to content

Instantly share code, notes, and snippets.

View zeronecodes's full-sized avatar

zeronecodes

View GitHub Profile
@zeronecodes
zeronecodes / first_down.py
Created April 21, 2024 16:55 — forked from jmeridth/first_down.py
code and setup to test 3 anchors and 1 tag decawave boards. Used Raspberry Pi 3B+
import json
import redis
import serial
import sys
import time
from art import text2art
if len(sys.argv) == 1:
print("Please provide a numeric value for the first down")