代码搜索结果
找到约 1,572 项符合
Calibration 的代码
dsp2833x_adc_cal.asm
;; TI File $Revision: /main/1 $
;; Checkin $Date: July 30, 2007 10:29:23 $
;;###########################################################################
;;
;; FILE: ADC_cal.asm
;;
;; TITLE:
ad7703.c
/*
* ad7703.c
*
* AD7703
*
*
*
* 陈真勇(SA01010010)
* w3wind@sina.com or
* zychen@ustc.edu.cn
* 中国科学技术大学自动化系
* 2002/6/12
*/
#include "type.h"
#includ
ad7703.c
/*
* ad7703.c
*
* AD7703
*
*
*
* 陈真勇(SA01010010)
* w3wind@sina.com or
* zychen@ustc.edu.cn
* 中国科学技术大学自动化系
* 2002/6/12
*/
#include "type.h"
#includ
cc1000pic.c
#include "pic.h"
#include "cc1000.h"
#define BYTE unsigned char
#define UINT8 unsigned char
// Value of time-out timer during calibration
#define CAL_TIMEOUT 0x7FFE
#define LOCK_TIMEOUT 0
ccxxx0.h
#define BYTE unsigned char
#define UINT8 unsigned char
//------------------------------------------------------------------------------------------------------
// CCxxx0 STROBE, CONTROL AND STATUS
7122.inc
;Port6 define
PORT_SPI == 0x06
PORT_KEY0 == 0x06
SPI_CS == 0
SPI_CLK == 1
SPI_RXD == 2
SPI_TXD == 3 ;in
TRXD == 5 ;in
CD_TXEN == 4
PR_RDY == 6 ;IN
SKYE == 7 ;IN
SKEY_V =
onetouch_calib
#!/usr/bin/wish
# -*-tcl-*-
#
# This program is executed by wish, if there is no DISPLAY it will choke.
#
# The Onetouch touchscreens don't adapt their output to calibration, so
# we must save calibra
changelog
2003-04-04 Alessandro Rubini
===> version 1.2
* doc/doc.onetouch (Calibration): documented the new calibration
* onetouch_calib: swap Y coordinates, as the canvas is downward
onetouchdoc.txt
This is the documentation for Onetouch-1.2 . Copyright
(C) 2001,2003 Alessandro Rubini
This file documents Onetouch, support software for Onetouch touch
panels un
cc1100.h
#ifndef CC1100_H
#define CC1100_H
#define LOW 0
#define HIGH 1
#define INT8U unsigned char
#define INT16U unsigned int
//--------------------------------------------