Skip to content

Instantly share code, notes, and snippets.

View Adirockzz95's full-sized avatar
👋
Hi there! :v :v

Aditya Khandkar Adirockzz95

👋
Hi there! :v :v
View GitHub Profile
@Adirockzz95
Adirockzz95 / NeopixelRainbow.cpp
Created July 26, 2017 18:22
Neopixel rainbow effect
/**
* Program name: This program is part of the project Pen Stand: LED Enabled
* Author: Aditya K
* Date: 7/1/2017
* LICENSE: MIT
*
* Discription: This program animates different color patterns every time user removes pen from stand.
*
*
* Copyright (c) 2017 Aditya K.
@Adirockzz95
Adirockzz95 / NeopixelEase.cpp
Created July 26, 2017 18:21
LED Neopixel program
/**
* Program name: This program is part of the project Pen Stand: LED Enabled
* Author: Aditya K
* Date: 7/1/2017
* LICENSE: MIT
*
* Discription: This program animates easing effect every time user removes pen from stand.
*
*
* Copyright (c) 2017 Aditya K.
#!/bin/bash
#Download all files in the HOME directory
CURR_DIR=$HOME
RPI_DEP=$HOME/RPI-Jasper-Dependencies
#Add path into PYTHONPATH variable
export PYTHONPATH=$PYTHONPATH:/$HOME/.local
@Adirockzz95
Adirockzz95 / selfie.py
Last active August 1, 2016 17:03
Selfie bluetooth controller
import subprocess
import logging
import time
# CHIP IO
import CHIP_IO.GPIO as GPIO
# import evedev module
import evdev
def connect():