搜索资源列表
PICFDelayCalc
- pic延时子程序,同过.EXE文件取出的值替换下面的代码,就能很好的实现延时。 1层循环例程: movlw 0x00 取值 movwf n0 incfsz n0 goto $-1 return 2层循环例程: movlw 0x11 外层 movwf n1 movlw 0x00 里层 movwf n0 incfsz n0 goto $-1 incfsz n1 goto $-5 return-D
Example1
- About G LCD you can try this for JHD12864E
PIC-USB-STK-USBtoRS232
- Emulates an serial to usb adapter with pic18f4550 internal uart and usb connection. It can communicate with any serial port via max232 interface chip.
fatfs_R0.07c_code_source
- FatFs是一个通用的文件系统模块,以小的嵌入式系统的FAT文件系统。 FatFs的编程遵守的ANSI C格式语法标准,因此它是具有独立于硬件架构。可用于PIC, AVR, SH, Z80, H8, ARM-FatFs is a generic file system module to implement the FAT file system to small embedded systems. The FatFs is written in compliance with ANSI C,
Newnes.PIC.Basic.Projects.30.Projects.using.PIC.B
- Covering the PIC BASIC and PIC BASIC PRO compilers, PIC Basic Projects provides an easy-to-use toolkit for developing applications with PIC BASIC. Numerous simple projects give clear and concrete examples of how PIC BASIC can be used to develop elect
pic_printer
- 8-bit Digital I/O Module with RS-485 Interface. This chip uses a slightly larger PIC (16C63A) so it has more RAM for a bigger packet buffer. This chip has a 128 byte buffer so long text strings can be sent to it for printing on a printer or any ot
led_matrix_dened_on_microcontroller
- LED MATRIX display this project contains source code and pdf file to show to you how to interface LED matrix using PIC microcontorller .. how to show your data on it and moving your data from left to right throw led matrix Moving signs are
timet
- 用PIC控制DS1302写的时钟程序,可以对时间设置,用1602显示,带PROTEUS仿真-DS1302 with a PIC controlled the clock to write the program, you can set the time, with the 1602 show, with PROTEUS simulation
stm32fatfs
- 在sd卡上移植fatfs,移植成功,已经能用,-FatFs is a generic FAT file system module for small embedded systems. The FatFs is written in compliance with ANSI C and completely separated from the disk I/O layer. Therefore it is independent of hardware architecture. It ca
LIGHTCHASER
- PIC16f72 based LIGHT chasing (running) project. For learning the pic controller this project will be helpful.Different patterns can be displayed by changing the code.You can test your logic with fun.
SCHOOL-BELL
- PIC based project for school schedule.Timing can be scheduled for week.There is a PC interface through Visual Basic for updating the schedules.This is an example of Embedded system with PC interface.
001162
- This portable network service monitor was developed to help network administrators supervise datacenters. The handy monitor—which The well-designed DMX Portal is an affordable DMX lighting controller. You can use the novel system to remotely control
EEPROM-16-Bit-Test
- 16 Bit Eeprom Read. Can be used with AVR, PIC, and any microcontroller.
7)-CAN
- CAN communication code TX and RX code with PIC MCU-CAN communication code TX and RX code with PIC MCU...
temp-alarm-system
- Temeperture alarm system. This project has developed with CCS PIC C complier. Receiver and transmitter can communicate with PWM modulation to 1 km until. You can adjust alarm trigger on lcd display.
FATFS sample code
- Petit FatFs Module Sample Projects DIRECTORIES <generic> Generic microcontrollers with MMC <avr> ATMEL AVR (ATtiny85) with MMC <avr_boot> ATMEL AVR generic MMC boot loader <pic> Microchip PIC