Digital Input/Output Reusable Driver v1.1
This project implements a GPIO reusable driver that can be adapted to various microcontrollers.
Loading...
Searching...
No Matches
File List
Here is a list of all documented files with brief descriptions:
[detail level 123]
  DIO
  include
 dio.hThe interface definition for the DIO. This is the header file for the definition of the interface for a digital input/output peripheral on a standard microcontroller
 dio_cfg.hThis module contains interface definitions for the Dio configuration. This is the header file for the definition of the interface for retrieving the digital input/output configuration table
  src
 dio.cThe implementation for the DIO driver
 dio_cfg.cThis module contains the implementation for the digital input/output peripheral configuration
 main.cImplement the DIO driver