Skip to content

Instantly share code, notes, and snippets.

View amateusz's full-sized avatar

Mateusz Grzywacz amateusz

  • AMS NL
View GitHub Profile
@amateusz
amateusz / RPi_I2C_driver.py
Last active August 6, 2016 22:14 — forked from DenisFromHR/RPi_I2C_driver.py
RaspberryPi I2C LCD Python stuff
# -*- coding: utf-8 -*-
"""
Copyright (C) 2014-2015 Denis Pleic
Made available under GNU GENERAL PUBLIC LICENSE
# Modified Python I2C library for Raspberry Pi
# as found on http://www.recantha.co.uk/blog/?p=4849
# Joined existing 'i2c_lib.py' and 'lcddriver.py' into a single library
# added bits and pieces from various sources
# By DenisFromHR (Denis Pleic)