📄 16f88_infrared_decoder.c
字号:
//////////////////////////////////////////////////////////////////////
//
// 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -