Skip to content

Instantly share code, notes, and snippets.

View franferri's full-sized avatar

Fran Ferri franferri

  • @MercadonaIT, former AWS CloudWatch former AWS EC2
  • Valencia
  • 16:09 (UTC +02:00)
View GitHub Profile
@andygock
andygock / Windows 10 Tips.md
Last active May 6, 2024 07:03
Windows 10, remove bloatware and fix privacy issues. My personal notes for fresh installing Windows 10.
@DenisFromHR
DenisFromHR / RPi_I2C_driver.py
Last active December 1, 2023 21:05
RaspberryPi I2C LCD Python stuff
# -*- coding: utf-8 -*-
"""
Compiled, mashed and generally mutilated 2014-2015 by 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)