发布时间:2015-04-16 15:13:16
点击(此处)折叠或打开#include<stdio.h> #include<stdlib.h> #include<unistd.h> #include<sys/types.h> #include<sys/stat.h> #include<fcntl.h> #include<termios.h> #include<errno.h> .........【阅读全文】
发布时间:2015-04-01 15:23:22
硬件平台:1 主控:SMDK Exynos4412 POP S5M8767A2 RFID模块:君盾集团提供的RC522模块3 通信接口:SPI软件平台:Android ICS & kernel version 3.0.15一,使能主控端SPI1 硬件使能:从SMDK原理图上可以看到SPI0与I2C共用,SPI1已经连接到其它设备,SPI2未用,故这里选用SPI2.........【阅读全文】