- ReadTxt Visual c++6.0里面读取存取在TXT文本文件的程序
- amba 本章介绍一系统芯片的整合平台
- javaSE 应用程序开发应用中的源码!!刘伟编的!!java高端培训视频中配套源码
- pt2262-PIC16f628-decoder this code learn the address of pt2262 encoder whit ccs compiler and microchip pic16f628a microcontroller.
- DisabledProvider Empty ContentProvider for testing.
- setup_nx Control non
文件名称:asimpledigitalfrequencymeterBasedonPIC16F87A
介绍说明--下载内容来自于网络,使用问题请自行百度
//本程序利用CCP1模块实现一个“简易数字频率计”的功能
#include <pic.h>
#include <stdio.h>
#include <math.h>
const char table[11]={0xc0,0xf9,0xa4,0xb0,0x99,0x92,0x82,0XD8,0x80,0x90,0xFF};
//不带小数点的显示段码表
-//CCP1 module for use in this process a " simple digital frequency meter" function# include <pic.h># Include <stdio.h># Include <math.h> const char table [11] = (0xc0, 0xf9, 0xa4, 0xb0, 0x99, 0x92, 0x82, 0XD8, 0x80, 0x90, 0xFF) // without a decimal point display section of code table ~ ~ ~
#include <pic.h>
#include <stdio.h>
#include <math.h>
const char table[11]={0xc0,0xf9,0xa4,0xb0,0x99,0x92,0x82,0XD8,0x80,0x90,0xFF};
//不带小数点的显示段码表
-//CCP1 module for use in this process a " simple digital frequency meter" function# include <pic.h># Include <stdio.h># Include <math.h> const char table [11] = (0xc0, 0xf9, 0xa4, 0xb0, 0x99, 0x92, 0x82, 0XD8, 0x80, 0x90, 0xFF) // without a decimal point display section of code table ~ ~ ~
相关搜索: pic.h
(系统自动生成,下载前可以参看下载内容)
下载文件列表
asimpledigitalfrequencymeterBased onPIC16F87A .txt
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.