Revision history of "Template:Team:Aachen/arduino device.ino"

From 2014.igem.org

Diff selection: mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.

Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.
  • (cur | prev) 19:08, 11 October 2014 Mjoppich (Talk | contribs) (6,109 bytes) (Created page with "/* includes */ #include <DHT.h> #include <LedControl.h> #define MIN(a,b) ((a)<(b)?(a):(b)) #define MAX(a,b) ((a)>(b)?(a):(b)) - PINS: #define DHTPIN 9 // what pin we...")