wiringPi_Blueberry/gpio/OrangePi.h

12 lines
213 B
C
Raw Permalink Normal View History

2023-08-11 15:53:17 +08:00
#ifndef _ORANGEPI_H_
#define _ORANGEPI_H_
extern char *physNames[64];
extern int physToWpi[64];
extern int pinToGpioOrangePi[64];
extern void OrangePiReadAll(void);
extern void readallPhys(int physPin);
#endif