代码搜索:MSSP
找到约 11 项符合「MSSP」的源代码
代码结果 11
www.eeworm.com/read/226454/14466576
h mssp.h
//---------------------------------------------------------------------------
#ifndef mSspH
#define mSspH
#include "midbase.h"
//-------------------------------------------------------------------
www.eeworm.com/read/226454/14466644
cpp mssp.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include "mSsp.h"
//-------------------------------------------------------------
www.eeworm.com/read/104139/15706898
h mssp.h
//---------------------------------------------------------------------------
#ifndef mSspH
#define mSspH
#include "midbase.h"
//-------------------------------------------------------------------
www.eeworm.com/read/104139/15706927
cpp mssp.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include "mSsp.h"
//-------------------------------------------------------------
www.eeworm.com/read/136359/13382156
txt i2c应用程序2.txt
;****************************************************************************
; This source code provides a demonstration of the MSSP peripheral
; on the PIC16F87x MCU.
;*********** The subroutine
www.eeworm.com/read/178760/5312824
c strmmssp.c
/*-----------------------------------------------------------------
strmmssp.c - MSSP stream putchar
Written for pic16 port, by Vangelis Rokas, 2004 (vrokas@otenet.gr)
This library i
www.eeworm.com/read/101167/15842853
c i2c_bb.c
// I2C_BB.C
//
// This is a collection of low level I2C routines which are implemented
// using "bit bang" as opposed to using a MSSP module.
//
// This is not a standalone program but is include
www.eeworm.com/read/101167/15842796
c at45_1.c
// Program AT45_1.C
//
// Illustrates an interface with an Ateml AT45D011 512 page X 264 byte Flash EEPROM
// using MSSP in SPI Master Mode.
//
// Illustrates how to write (and read) a single byt
www.eeworm.com/read/101167/15842804
c max518_1.c
// Program MAX518_1.C,
//
// Illustrates an interface with a MAX518 Dual D/A. This routine
// uses the MSSP Module as an I2C Master.
//
// Program outputs a constant 0x80 on D/A 0. The result is
www.eeworm.com/read/101167/15842807
c 24_256_2.c
// 24_256_2.C
//
// Interface with 24LC256 using MSSP Module in I2C Master Mode
//
//
// copyright, Peter H. Anderson, Baltimore, MD, Jan, '01
#case
#device PIC16F877 *=16 ICD=TRUE
#incl