source: rtos_arduino/trunk/examples/CompositeExample/Adafruit_TMP007_Library/README.txt@ 137

Last change on this file since 137 was 137, checked in by ertl-honda, 8 years ago

サンプルの追加.

File size: 1.1 KB
Line 
1This is a library for the Adafruit TMP007 Infrared Thermopile Sensor
2
3Designed specifically to work with the Adafruit TMP007 Breakout
4 ----> https://www.adafruit.com/products/2023
5
6These displays use I2C to communicate, 2 pins are required to interface
7Adafruit invests time and resources providing this open source code,
8please support Adafruit and open-source hardware by purchasing
9products from Adafruit!
10
11Check out the links above for our tutorials and wiring diagrams
12
13Adafruit invests time and resources providing this open source code,
14please support Adafruit and open-source hardware by purchasing
15products from Adafruit!
16
17Written by Limor Fried/Ladyada for Adafruit Industries.
18BSD license, all text above must be included in any redistribution
19
20To download. click the ZIP button on the right, rename the uncompressed folder Adafruit_TMP007. Check that the Adafruit_TMP007 folder contains Adafruit_TMP007.cpp and Adafruit_TMP007.h
21
22Place the Adafruit_TMP007 library folder your <arduinosketchfolder>/libraries/ folder. You may need to create the libraries subfolder if its your first library. Restart the IDE.
Note: See TracBrowser for help on using the repository browser.