16f88_infrared_decoder.c
来自「16F88 Infrared decoder microchip source 」· C语言 代码 · 共 38 行
C
38 行
//////////////////////////////////////////////////////////////////////
//
// File: 16F88_Infrared_decoder.c
//
// Author: J F Main.
//
// Description:
//
// Infrared decoder using RB0 interrupt pin.
//
// Outputs decoded data to RS232 as a data stream
// so it can decode any rs232 signal using suitable
// software at the PC.
//
// Compiler : mikroC, mikroElektronika C compiler
// for Microchip PIC microcontrollers
// Version: 5.0.0.3
//
// Note Testing:
//
// Tested on 16F88
//
// Requirements:
//
// Photodiode 5V receiver module with built in demodulator.
// - one of those 3 pin IR decoders.
//
// 8MHz (intenal oscillator) - for accurate baud rate.
//
// Target : 16F88
//
// Notes :
//
// Version:
// 1.00 01/Mar/06 - Initial release.
//
// Copyright : Copyright
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?