Skip to content

Instantly share code, notes, and snippets.

View deltaphi's full-sized avatar

deltaphi

View GitHub Profile
@deltaphi
deltaphi / gist:72f9a7bcf23710ae070364f882ee6688
Created May 23, 2020 07:48
Stand-Alone Responder to a Marklin Keyboard i2c bus message.
// Wire Slave Receiver
// by Nicholas Zambetti <http://www.zambetti.com>
// Demonstrates use of the Wire library
// Receives data as an I2C/TWI slave device
// Refer to the "Wire Master Writer" example for use with this
// Created 29 March 2006
// This example code is in the public domain.