PHP Classes

File: tests/test.php

Recommend this page to a friend!
  Classes of András Zoltán-Gyárfás   PHP Raspberry PI DS18B20   tests/test.php   Download  
File: tests/test.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Raspberry PI DS18B20
Read values from RaspberryPI DS18B20 sensors
Author: By
Last change:
Date: 5 years ago
Size: 134 bytes
 

Contents

Class file image Download
<?php
require_once __DIR__ . '/../vendor/autoload.php';
use
azolee\DS18B20;

$respone = DS18B20::loadSensors();

var_dump($respone);