Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 579 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 579 Bytes

Hardware_IO_Interfaces

This repository defines a package gathering software elements allowing to manage input and output pins of an hardware device.

Content

The Hardware_IO_Interfaces package gathers :

  • Types :
    • T_Pin_Voltage_5
    • E_IO_Level
  • Client_Server_Interfaces :
    • Analog_Input_5
    • Digital_Input
    • Digital_Output

Overview

Overview

Dependencies

None.

Use

With the Arduino IDE

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