代码搜索结果
找到约 10,000 项符合
Communication 的代码
fet140_i2c_12.c
//******************************************************************************
// MSP-FET430P140 Demo - I2C, Master Interface to DAC8571, Write
//
// Description: I2C communication with a DAC85
fet140_i2c_12.c
//******************************************************************************
// MSP-FET430P140 Demo - I2C, Master Interface to DAC8571, Write
//
// Description: I2C communication with a DAC85
zc030x_reg.h
#ifndef h_Zc030x_Reg_h
#define h_Zc030x_Reg_h
/* This file implement the bridge register communication */
/* This project is under GPL */
/* - Driver file -
fet140_i2c_12.c
//******************************************************************************
// MSP-FET430P140 Demo - I2C, Master Interface to DAC8571, Write
//
// Description: I2C communication with a DAC85
fet140_i2c_12.c
//******************************************************************************
// MSP-FET430P140 Demo - I2C, Master Interface to DAC8571, Write
//
// Description: I2C communication with a DAC85
elclient.c
/** @file elClient.c implements the communication between daemon and Event Logger
* And defines the event logging structure inside daemon
*/
#include "debug.h"
#include "config.h"
#include "elClien
elclient.c
/** @file elClient.c implements the communication between daemon and Event Logger
* And defines the event logging structure inside daemon
*/
#include "debug.h"
#include "config.h"
#include "elClien
fet110_tmp100.s43
;******************************************************************************
; MSP-FET430x110 Demo - Software I2C Master Interface to TMP100
;
; Description: I2C communication with a TMP100,
demo-ipc.bash
#!/bin/bash
#
# Bourne shell IPC demo with the GTK-server
#
# November 12, 2006 - (c) Peter van Eerten
#
# As unique communication channel the current PID
# number '$$' is used.
# Adjusted with demons
demo-ipc.ksh
#!/bin/ksh
#
# Demonstration on how to use the GTK-server with KSH by IPC.
#
# November 12, 2005 - (c) Peter van Eerten
#
# As unique communication channel the current PID
# number '$$' is used.
#----