Skip to content

Instantly share code, notes, and snippets.

@gregor-samsa
gregor-samsa / adder_wb.ino
Last active August 29, 2015 14:05
zap adder example code
/*
Wishbone Adder Example - A toy example to show adding two registers with the result read from a third.
based on template created 2014
by Jack Gassett
http://www.gadgetfactory.net
This example code is in the public domain.
Modified by Greg Samsa to create an adder example
*/