Welcome![Sign In][Sign Up]
Location:
Search - pic

Search list

[SCMPIC-RTCC

Description: PIC单片机实时时钟RTCC例程,有想要就拿去看看吧-PIC RTCC
Platform: | Size: 5120 | Author: 阿东 | Hits:

[Embeded-SCM DevelopT6963-PIC-CCS-language

Description: GLCD t6963C driver. Pic - MPLAB, CCS language.
Platform: | Size: 227328 | Author: crocu | Hits:

[Embeded-SCM DevelopUSB - BUTTONS - LCD: PIC

Description: CCS source codes for PIC with USB, LCD and Buttons
Platform: | Size: 204012 | Author: kiqsacana | Hits:

[Develop ToolsDrivers and Programmer for K150 PIC Board

Description: Drivers to the K150 PIC Programmer Board
Platform: | Size: 414318 | Author: kiqsacana | Hits:

[Embeded-SCM DevelopMemory Card Project for PIC

Description: Memory Card Project for PIC using MikroC compiler.
Platform: | Size: 250126 | Author: kiqsacana | Hits:

[Embeded-SCM DevelopPIC单片机C语言程序设计讲座

Description: 详细讲述pic C语言编程方法.是初学者的最好讲座.对PIC学习有很大的帮助.(Detailed description of the pic C programming language)
Platform: | Size: 6605824 | Author: lengmo_1228 | Hits:

[OtherPIC单片机滚动码解码C程序

Description: //PIC单片机滚动码解码C程序 // Interrupt based receive routine 基于中断的接收例程 // Compiled using HiTech PIC C compiler v.7.93 编译使用该PIC的C编译器v.7.93 #define CLOCK 4 // MHz #define TE 400 // us #define OVERSAMPLING 3 // #define PERIOD //TE/OVERSAMPLING*4/CLOCK #define NBIT 65 // number of bit to receive -1(HCS300 66-1=65)(Interrupt based receive routine)
Platform: | Size: 5120 | Author: jihh04 | Hits:

[Windows Developfem-pic

Description: 有限元PIC模拟源程序。,大家可以参考参考(#Finite Element Particle In Cell (FEM-PIC) Example of a Finite Element PIC code simulating flow of ions past a sphere on an unstructured mesh.)
Platform: | Size: 295936 | Author: Godless | Hits:

[Otherpic

Description: PIC单片机连接LCD 1602显示屏,通过此代码,可以成功连接PIC16F877单片机,使得成功显示A\B\C\D\E\F\G(PIC microcontroller connect LCD 1602 display)
Platform: | Size: 1024 | Author: xiaoshuai | Hits:

[SCMPIC单片机应用资料

Description: pic c语言教程,看看到需要的没有 ,适合初学者(picc compiler for PIC microcontroller tutorials PIC microcontroller programming, entry-good helpe)
Platform: | Size: 7574528 | Author: a123321a | Hits:

[OtherPIC 16F628A CH CODIGO

Description: PIC PROJECT KEY LOCK PIC16F628A
Platform: | Size: 13312 | Author: ONURB | Hits:

[OtherPIC 16F628A CLOCK THERMO

Description: PIC PROJECT THERMO CLOCK
Platform: | Size: 1455104 | Author: ONURB | Hits:

[Otherpic

Description: convertidor analogico digital con pic 16f877a
Platform: | Size: 21504 | Author: Dandelion100 | Hits:

[SCMpic.xpic

Description: mplabide.x开发环境用的pic单片机的液晶和时钟显示程序(Mplabide.x development environment with PIC MCU LCD and clock display program)
Platform: | Size: 71680 | Author: 腾信科技 | Hits:

[DocumentsPIC开发环境MPLABX-IDE安装,用法,破解

Description: PIC开发环境--MPLAB X IDE 安装,用法,破解 MPLAB X IDE 比老的MPLAB IDE, 编写代码的起来更方便,出错的概率也低因为MPLAB X IDE 时时的检测书写错误。 补充:实现检测书写错误,与解释代码功能,只JAVA 的运行环境才能实现, MPLAB X IDE 的安装: 第一步 安装JAVA 的运行环境(因为MPLAB X IDE是用JAVA程序写的) 安装jdk 6.1(在jdk 当中包含了运行环境jre,当然只安装jre也行) 双击jdk-6u10-rc2-bin-b32-windows-i586-p-12_sep_2008.exe安装jdk 6.1 第二步 安装开发环境 MPLAB X IDE mplabx-ide-v1.10-windows-installer.exe 补充: 最好装mplabx-ide-v1.6以上的版本,如mplabx-ide-v4.5 windows XP不一定支持 第三步 安装C编译器 我们用的是PIC/10/12/16系列安装 picc-9_81-win.exe即可。 补充: PIC/10/12/16/18F XC8(表示高性能8位机编译器)系列安装 (*这里有一个XC8 C编译器安装问题,可开发CANBUS) 重要说明: 开始用正版,文件名用英文明。MPLAB X IDE(X表示新版IDE含有JAVA虚拟机)安装,与XC8编译器(表示高性能8位机编译器)进行安装,有几十天试用。用好了----再进行破解。(MPLAB IDE X installation, usage and cracking)
Platform: | Size: 9455616 | Author: liu100 | Hits:

[Embeded-SCM DevelopPIC+TMP75+24L01

Description: 使用PIC加TMP75加无线模块,进行远距离无线测温并传输(Wireless temperature measurement)
Platform: | Size: 629760 | Author: xiaoqiang2781 | Hits:

[SCMPIC Test

Description: PIC 单片机测试程序,运行OK,仅供参考(PIC MCU Example code)
Platform: | Size: 48128 | Author: 笑忘书 | Hits:

[Otherucosii-pic

Description: 此为一将ucosii操作系统移植到pic18f8628单片机上,主函数中创建了三个任务,三个任务用同一个uart发送不同字符,测试成功(This is to transplant the uCOSII operation system to the PIC microcontroller. The main function creates three tasks, and the three tasks send different characters with the same UART. The test is successful.)
Platform: | Size: 564224 | Author: liuyingjun333 | Hits:

[Otherpic-usbHID

Description: 此为pic单片机上的usb-hid程序,基于pic18f46j53,程序中将ad读到的ad值通过usbHid发送给上位机,测试成功(This is the USB-HID program on PIC MCU, based on pic18f46j53, the ad value read by ad in the program is sent to the upper computer through usbHid, and the test is successful.)
Platform: | Size: 510976 | Author: liuyingjun333 | Hits:

[Documentsmikroc-pic-manual-v101

Description: manual for mikroc for pic about programming
Platform: | Size: 4101120 | Author: Priyash | Hits:
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »

CodeBus www.codebus.net