代码搜索结果

找到约 823 项符合 Pressure 的代码

touchscreen_ads.h

#ifndef TS_DEVICE #define TS_DEVICE "ADS" #define TS_DEVICE_FILE "/dev/ts" struct ts_event { short x; short y; short pressure; }; #endif

demo.h

#include #define WIND_DIR_PORT P1 #define WIND_SPEED_PORT P1^7 #define RAIN_PORT P3^4//P3^2 #define HUMIDITY_PORT P2^2//P2^4 //#define SIM_SER_RXD P2^0 //#define SIM_SER_TXD P2^1

prgtabtest.h

// PrgTabTest.h : interface of the PrgTabTest class // ///////////////////////////////////////////////////////////////////////////// #if !defined(AFX_PRGTABTEST_H__7A49D2CC_2E9C_11D2_B19E_0060084

midi.c

// Midi.c // // Midi output routines for the atmel atmega163 (and others) // // depends on avrlib for buffer // #include "uart.h" #include "midi.h" //#include "debug.h" void midi

graphics.txt

1>Figure 1.1 A simple scatterplot plot(pressure) text(150, 600, "Pressure (mm Hg)\nversus\nTemperature (Celsius)") ################################################################# 2>Figure 1.2

ts_read.c

/* * tslib/src/ts_read.c * * Copyright (C) 2001 Russell King. * * This file is placed under the LGPL. Please see the file * COPYING for more details. * * $Id: ts_read.c,v 1.3 2003/03/04 17:

ad.h

////////////////////////////////////////*/ /* */ /* Pressure_Control */ /* Version_1.1 */ /* AHTL_2007_5 */ /* */ /* */ /* AD.H */ /* */ ////////////

ts_read.c

/* * tslib/src/ts_read.c * * Copyright (C) 2001 Russell King. * * This file is placed under the LGPL. Please see the file * COPYING for more details. * * $Id: ts_read.c,v 1.4 2004/07/21 19:

ts_read.c

/* * tslib/src/ts_read.c * * Copyright (C) 2001 Russell King. * * This file is placed under the LGPL. Please see the file * COPYING for more details. * * $Id: ts_read.c,v 1.4 2004/07/21 19:

touchscr.h

//************************************************************************ // // TOUCHSCR.H - include file for ADS7846E touch screen interface // // Copyright (c) 2001 Cogent Computer Systems, Inc