2013-08-07から1日間の記事一覧

#include <math.h> const int latchPin = 8; const int clockPin = 3; const int dataPin = 9; #define sc(S) shiftOut(dataPin, clockPin, MSBFIRST, (S) ) byte dec[] = { 0b11000000,0b11111001, 0b10100100,0b10110000, 0b10011001,0b10010010, 0b10000011,0b111</math.h>…