Arduino-OWI
One-Wire Interface (OWI) library for Arduino
DS1990A.ino File Reference
#include "GPIO.h"
#include "OWI.h"
#include "Software/OWI.h"
Include dependency graph for DS1990A.ino:

Go to the source code of this file.

Functions

void setup ()
 
void loop ()
 

Variables

GPIO< BOARD::D0 > led
 
Software::OWI< BOARD::D1 > owi
 
const uint8_t KEY []
 

Function Documentation

void loop ( )

Definition at line 21 of file DS1990A.ino.

void setup ( )

Definition at line 15 of file DS1990A.ino.

Variable Documentation

const uint8_t KEY[]
Initial value:
= {
0x01, 0x23, 0x81, 0xa3, 0x09, 0x00, 0x00, 0x7b,
0x01, 0x29, 0x01, 0x27, 0x09, 0x00, 0x00, 0xa8,
0x01, 0x26, 0xd9, 0x3e, 0x09, 0x00, 0x00, 0x47
}

Definition at line 9 of file DS1990A.ino.

GPIO<BOARD::D0> led

Definition at line 5 of file DS1990A.ino.

Software::OWI<BOARD::D1> owi

Definition at line 6 of file DS1990A.ino.