test

test无评论

2014年6月3日 上午7:06分类:其他 阅读: 9,572 次

#include <wiringPi.h> #include <stdio.h> #include <stdlib.h> #include <time.h> typedef unsigned char uint8; typedef unsigned int uint16; typedef unsigned long uint32; int Max7219_pinCLK = 3; int Max7219_pinCS = 4; int Max7219_pinDIN = 5; int i2cAddress=0x5; #define HIGH_TIME 32 int pinNumber =1; //use gpio1 to read data uint32 databuf; int led0=0; int maxc=0; int maxa=2000; ...


【阅读全文】

LED数码管资料

LED数码管资料无评论

2014年6月2日 下午3:05分类:硬件 阅读: 10,719 次

管脚图: 编码: .ABC DEFG 1 00110000 30 2 01101101 6d 3 01111001 79 4 00110011 33 5 01011011 5b 6 01011111 5f 7 01110000 70 8 01111111 7f 9 01111011 7B A 01110111 77 B 00011111 1F C 01001110 4E D 00111101 3D E 01001111 4F F 01000111 47


【阅读全文】