搜索资源列表
driver-of-printer-in-f020
- F020下的热敏打印机驱动程序,使用IO端口驱动,可以做为模块直接使用。-F020 under the thermal printer driver, use the IO port driver can compile successfully.
ARM920T-inter-Driver
- 打印机驱动,热敏打印机,支持图像库,字库等-Printer driver, thermal printer, support for image libraries, font, etc.
ARMdriver
- 热敏打印机arm驱动程序 用ads1.2 编写 有兴趣的可以看下-Arm thermal printer driver with the preparation of ads1.2 interested can facie
heyong_S3C2440_test
- 本人写的一个S3C2440开发板的驱动程序 主要包含bootload 和串口 打印 Axd环境下得工程 -I write a driver for S3C2440 development board consists mainly of serial bootload and engineering print Axd environment was
USART1_printf
- STM32的串口驱动,通过串口打印内容到PC端。包含所有配置文件和库函数。-The STM32 serial port driver, print content through the serial port to the PC side. Contains all the configuration files and libraries.
F00x_UART0_STDIO
- c8051F00串口驱动程序,实现串口打印-c8051F00 serial driver, serial print
MPU6050(IIC)
- MPU6050驱动(stm32)3轴陀螺仪,3轴加速度,串口打印数据。-Driver for MPU6050
STM32使用I2C驱动GY-30光照传感器和SPI总线驱动DHT11
- 对于光照传感器的使用,在串口调试助手上将光照强度显示出来,每隔2S,读取一次,否则会出现读取失败。 对于温湿度传感器也是同样的道理,只是为了节省GPIO口,使用SPI单总线通信模式,实现对于温湿度的数据采集以及显示。 其中还包括了对应的串口通信,以及对于printf的重定向,使其打印在串口助手的接收区。