代码搜索结果
找到约 3,108 项符合
Sensor 的代码
temperature.c
/*********************************************************************
*
* Thermo Sensor with SPI(TM) Interface
*
***************************************************************
exercise_05.txt
void Exercise_05(void)
{
static word ex05_count;
if(ex05_count == 0)
{
AcquireTemperature(); // Read temperature from sensor
UpdateCelsiusASCII();
temperature.h
/*********************************************************************
*
* Thermo Sensor with SPI(TM) Interface
*
***************************************************************
debug.lkf
-z -q -c -m"./Debug/edit.map" -o"./Debug/edit.out" -stack400 -x -i"C:/ti/c2000/bios/lib" -i"C:/ti/c2000/rtdx/lib" -i"C:/ti/c2000/cgtools/lib"
"C:\ti\myprojects\bldc-end\sensor-closeloop\Debug\adinit.
edit.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="MCBSP"
ProjectDir="C:\ti\myprojects\bldc-end\sensor-closeloop\"
ProjectType=Executab
debug.lkv
-z -q -c -m"./Debug/edit.map" -o"./Debug/edit.out" -stack400 -x -i"C:/ti/c2000/bios/lib" -i"C:/ti/c2000/rtdx/lib" -i"C:/ti/c2000/cgtools/lib"
"C:\ti\myprojects\bldc-end\sensor-closeloop\Debug\adinit.
readme
This port is for the MATRIX Vision mvSensor.
It is an mpc823-based universal image processing board
with CMOS or CCD sensor, 4MB FLASH and 16-64MB RAM.
See http://www.matrix-vision.de for more detail
i2c_abstract.txt
This example is used to test the LPC 1768 I2C interface,
and the slave is I2C temp. sensor LM75A.
The temp value will be stored in I2CMasterBuffer byte 3, 4.
Example functionality:
i2c_abstract.txt
This example is used to test the LPC 1768 I2C interface,
and the slave is I2C temp. sensor LM75A.
The temp value will be stored in I2CMasterBuffer byte 3, 4.
Example functionality:
pt-doc.txt
/**
\defgroup pt Protothreads
Protothreads are a type of lightweight stackless threads designed for
severly memory constrained systems such as deeply embedded systems or
sensor network nodes. Protot