Skip to content

Instantly share code, notes, and snippets.

View benreu's full-sized avatar

theGtknerd benreu

  • New York USA
View GitHub Profile
@benreu
benreu / induction_hob.ino
Created October 27, 2020 00:47 — forked from krisha/induction_hob.ino
Arduino code for reading/writing Microchip EEPROM 93LC66
//#include <SPI.h>
/* Arduino code to read out and write EEPROM 93LC66
which is used in an AEG 55GAD84AE induction hob.
Some bits were flipped depending on temperature.
Writing it back solved this problem.
*/
/* pin defines eliminated during SPI lib testing...
arduino - 93LC66
@benreu
benreu / ubxconfig.sh
Created May 26, 2020 11:59 — forked from hdoverobinson/ubxconfig.sh
Configure u-blox GPS/GNSS modules with Bash
#!/bin/bash
###AUTHOR###
#Harry Dove-Robinson 5/8/2017
#harry@doverobinson.me
#https://gist.github.com/hdoverobinson
#https://github.com/hdoverobinson
###USAGE###
#This is a script used to configure u-blox GPS/GNSS modules from a text file generated by u-center.
@benreu
benreu / pygtk-circular-progress.py
Created January 27, 2020 02:05
A circular progress bar in Python based on phastmike's Vala widget
#!/usr/bin/env python
#
# pygtk-circular-progress.py
# based on https://github.com/phastmike/vala-circular-progress-bar
# Copyright (C) 2020 Reuben pygtk.posting@gmail.com
#
# pygtk-circular-progress is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the
# Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
@benreu
benreu / Haulage.ui
Created April 21, 2019 03:02
Haulage UI demo
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.22.1 -->
<interface>
<requires lib="gtk+" version="3.20"/>
<object class="GtkWindow">
<property name="can_focus">False</property>
<child>
<placeholder/>
</child>
<child>