Skip to content

Instantly share code, notes, and snippets.

View hananiel's full-sized avatar

Hananiel Sarella hananiel

View GitHub Profile
@hananiel
hananiel / XboxDrums.py
Created July 16, 2014 23:44
Xbox drums on Raspberry pi
#~/usr/bin/python
#importing modules
import pygame
import os, sys
from pygame.locals import *
from sys import exit
from pygame.locals import QUIT, JOYBUTTONUP, JOYBUTTONDOWN, \
JOYAXISMOTION, JOYHATMOTION
#initializing variables