Skip to content

Gathers software elements allowing to abstract the Arduino plateform for hardware I/O management.

Notifications You must be signed in to change notification settings

SanteyneEmbeddedSystems/Arduino_Pins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arduino_Pins

This repository defines a package gathering software elements allowing to abstract the Arduino plateform for hardware I/O management.

Content

Arduino_Digital_Output_Pin

Arduino_Digital_Output_Pin overview

Configuration_Parameters

Name Type Description
Arduino_Pin_Id uint8 Identifier of the digital pin of the Arduino board.
From 0 to 69.

OS_Operations

Name Description
Configure_Pin Allows to configure the pin of the Arduino board (identified by Arduino_Pin_Id) as an output pin.
This operation shall be called once at initialization, before setting the level of the pin.

Arduino_Analog_Input_Pin_5

Arduino_Analog_Input_Pin_5 overview

Configuration_Parameters

Name Type Description
Arduino_Pin_Id Analog_Pin_Id Identifier of the analog pin of the Arduino board.

Dependencies

Use

With the Arduino IDE

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

About

Gathers software elements allowing to abstract the Arduino plateform for hardware I/O management.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published