remove some comment on gpio.c gpio.h and empty lines on motor.c
This commit is contained in:
@@ -1,4 +1,3 @@
|
|||||||
/*GPIO.c*/
|
|
||||||
#include<stdio.h>
|
#include<stdio.h>
|
||||||
#include<fcntl.h>
|
#include<fcntl.h>
|
||||||
#include<string.h>
|
#include<string.h>
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
/*gpio.h*/
|
|
||||||
#ifndef GPIO_H_
|
#ifndef GPIO_H_
|
||||||
#define GPIO_H_
|
#define GPIO_H_
|
||||||
|
|
||||||
|
|||||||
@@ -5,9 +5,6 @@
|
|||||||
#include<string.h>
|
#include<string.h>
|
||||||
#include "gpio.h"
|
#include "gpio.h"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#define PIN_MOTOR1_FORWARD "20"
|
#define PIN_MOTOR1_FORWARD "20"
|
||||||
#define PIN_MOTOR1_REVERSE "13"
|
#define PIN_MOTOR1_REVERSE "13"
|
||||||
#define PIN_MOTOR2_FORWARD "19"
|
#define PIN_MOTOR2_FORWARD "19"
|
||||||
|
|||||||
Reference in New Issue
Block a user