Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.04 KB

README.md

File metadata and controls

32 lines (20 loc) · 1.04 KB

Synopsis

This project is about a char driver to control an external LED for a Rapberry Pi.

Code Example

Led.h
This .h file is the library for controling the LED and create PWM signals.
GPIO_driver.c
This file is the char driver that initialize
test.c
Contains a basic test for teh driver we made.

Motivation

A short description of the motivation behind the creation and maintenance of the project. This should explain why the project exists.

Installation

In order to run the drive, you need to clone all the files into your computer, then create the module using the commands shown on the Makefie and finally run the test code.

Tests

The test we made is in the repository with the name of test.c
That code puts a period for th ePWM signal and runs the PWM function

Contributors

Ramiro Manuel Rubio Contreras ([email protected])
Víctor Ramírez Zepeda ([email protected])
Rafael López Peña ([email protected])