My Project
Functions
lib_io_tp.h File Reference

Premier TD pour le CESI. More...

#include <Arduino.h>
Include dependency graph for lib_io_tp.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void SetupES (void)
 Fonction d'initialisation des ressources matérielles pour accéder aux ports d'entrée/sortie. More...
 
unsigned char readPort (void)
 Fonction de lecture du port d'entrée. More...
 
void writePort (unsigned char value)
 Fonction d'écriture vers le port de sortie. More...
 

Detailed Description

Premier TD pour le CESI.

Author
Bertrand Vandeportaele IUT GEII
Date
28/10/2021

Function Documentation

◆ readPort()

unsigned char readPort ( void  )

Fonction de lecture du port d'entrée.

Returns
valeur 8 bits lue sur le port
Here is the caller graph for this function:

◆ SetupES()

void SetupES ( void  )

Fonction d'initialisation des ressources matérielles pour accéder aux ports d'entrée/sortie.

Here is the caller graph for this function:

◆ writePort()

void writePort ( unsigned char  value)

Fonction d'écriture vers le port de sortie.

Parameters
valuevaleur 8 bits à écrire sur le port
Here is the caller graph for this function: