guowenxue
2019-07-31 8a0e43e2ba062b35f20ddcd83a7811a9e1a71786
modules/c/infrared.c
@@ -15,8 +15,8 @@
#include <unistd.h>
#include <wiringPi.h>
/* I/O Pin connected to PIN#16, BCM code pin number is 23 and wPi pin number is 4 */
#define INFRARED_PIN           4
/*Monitor RPi I/O Pin connected to PIN#38, and wPi pin number is 28 */
#define INFRARED_PIN           28
int main (int argc, char **argv)
{