User manual

IDUINO for makers life
www.openplatform.cc
2 Pinout
Pin
Description
S
Digital output pin
V
Power pin
G
Ground
3. Example
This example shows you the environment temperature in the serial window.
The connection as below:
V---------5V
G---------Ground
S---------D10
********Code Begin********
//Include libraries
#include <OneWire.h>
#include <DallasTemperature.h>
// Data wire is plugged into pin 2 on the Arduino
#define ONE_WIRE_BUS 2
// Setup a oneWire instance to communicate with any OneWire devices (not just
Maxim/Dallas temperature ICs)