wiringPi_Blueberry/gpio/OrangePi.h
2023-08-11 15:53:17 +08:00

12 lines
213 B
C

#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