sw: spi-gpio: remove unused files

These were moved into spi.c to allow them to be inlined.

Signed-off-by: Sean Cross <sean@xobs.io>
This commit is contained in:
2019-04-06 11:04:43 +08:00
parent 91a23d808c
commit 4b6ad47705
2 changed files with 0 additions and 39 deletions

View File

@ -1,12 +0,0 @@
#ifndef _SPI_GPIO_H
#define _SPI_GPIO_H
#define PI_OUTPUT 1
#define PI_INPUT 0
#define PI_ALT0 PI_INPUT
void gpioSetMode(int pin, int mode);
void gpioWrite(int pin, int val);
int gpioRead(int pin);
#endif