All pastes #2087884 Raw Edit

Unnamed

public text v1 · immutable
#2087884 ·published 2011-10-08 03:18 UTC
rendered paste body
#include <TM1638.h>
TM1638 module(3, 2, 4);

void setup() {  
}

void loop() {
  module.setDisplayToHexNumber(0x22222222, 0xF0);
}