ESP8266 Template
ADE7953-PowerSocket
src
oWire.h
1
#pragma once
2
#include <Arduino.h>
3
4
//###############################################################################
5
// 1-Wire Bus
6
//###############################################################################
7
class
OWIRE
{
8
public
:
9
OWIRE
();
10
11
private
:
12
13
};
14
15
OWIRE
Definition:
oWire.h:7
Erzeugt von
1.8.13