Skip to content

Instantly share code, notes, and snippets.

View GeekElectronick's full-sized avatar

Chan Wei Nick GeekElectronick

View GitHub Profile
@ladyada
ladyada / ar1100cal.py
Last active March 19, 2018 23:01
ar1100.py auto-calibrator
#!/usr/bin/python
import sys
import usb.core
import usb.util
import time
import os
import pygame
from pygame.locals import*
def mapnum(x, in_min, in_max, out_min, out_max):