remove some comment on gpio.c gpio.h and empty lines on motor.c

This commit is contained in:
Siegfried Kienzle
2017-04-25 10:55:34 +02:00
parent 1f483938e6
commit b2419a6593
3 changed files with 0 additions and 5 deletions

View File

@@ -1,4 +1,3 @@
/*GPIO.c*/
#include<stdio.h>
#include<fcntl.h>
#include<string.h>

View File

@@ -1,4 +1,3 @@
/*gpio.h*/
#ifndef GPIO_H_
#define GPIO_H_

View File

@@ -5,9 +5,6 @@
#include<string.h>
#include "gpio.h"
#define PIN_MOTOR1_FORWARD "20"
#define PIN_MOTOR1_REVERSE "13"
#define PIN_MOTOR2_FORWARD "19"