HomeMadeBots / One_Wire_Interfaces

Defines interfaces to manage the 1-Wire communication protocol.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

One_Wire_Interfaces

This repository defines a package gathering software elements allowing to manage the 1-Wire communication protocol.

The package is designed following this meta-model and implemented according to these C language patterns.

Content

The Physical_Quantities_Interfaces package gathers :

  • Data_Types :
    • T_One_Wire_Device_Address
  • Interfaces :
    • One_Wire_Protocol

Overview

Overview

Dependencies

None.

Use

With the Arduino IDE

This repository shall be clone within the libraries folder of the Arduino sketchbook folder.

About

Defines interfaces to manage the 1-Wire communication protocol.


Languages

Language:C 100.0%