Bug Fixed on Pin output

pull/3/head
F5OEO 2016-03-05 12:44:43 +00:00
rodzic 38d90954d4
commit a1cc616cc0
1 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@ -363,10 +363,10 @@ int InitIQ(int DigithinMode)
if(PinOutput[0]==40) gpioSetMode(40, 4); //ALT 0
//PIN FOR Q
if(PinOutput[0]==13) gpioSetMode(13, 4); //ALT 0
if(PinOutput[0]==19) gpioSetMode(19, 2); //ALT 5
if(PinOutput[0]==41) gpioSetMode(41, 4); //ALT 0
if(PinOutput[0]==45) gpioSetMode(45, 4); //ALT 0
if(PinOutput[1]==13) gpioSetMode(13, 4); //ALT 0
if(PinOutput[1]==19) gpioSetMode(19, 2); //ALT 5
if(PinOutput[1]==41) gpioSetMode(41, 4); //ALT 0
if(PinOutput[1]==45) gpioSetMode(45, 4); //ALT 0
/* CAM-GPIO IS ON 41 on B+ : DON'T USE*/