搜索资源列表
rmt
- PIC单片机红外遥控C程序,为PIC16F877A源代码,经调试,可下载试用-PIC microcontroller infrared remote C program, the source code for the PIC16F877A, the debugging, you can download a trial
FatfsDemo
- 程序说明: 本程序通过串口0在查询方式下实现串口的接收和发送。主程序中一共有三种收发方式,可以单独试验。 端口说明: TXD0 P0.0 串行输出 RXD0 P0.1 串行输入 设置方法: PINSEL0 = 0x00000005 // 设置I/O口连接到UART0,可能会影响其他端口连接 PINSEL0 = (PINSEL0 & (~0x0F)) | 0x05 // 不影响其他端口连接 -Program Descr