![Portwell NANO-6060 Скачать руководство пользователя страница 28](http://html1.mh-extra.com/html/portwell/nano-6060/nano-6060_user-manual_1581827028.webp)
System Installation
NANO-6060 User’s Manual
3-8
printf ("GPIO70->GPIO74 test fail (pull high) \n");
if ((d2 & 0x20) == 0)
printf ("GPIO71->GPIO75 test ok !! (pull low)\n");
else
printf ("GPIO71->GPIO75 test fail (pull high)\n");
if ((d2 & 0x40) == 0)
printf ("GPIO72->GPIO76 test ok !! (pull low)\n");
else
printf ("GPIO72->GPIO76 test fail (pull high)\n");
if ((d2 & 0x80) == 0)
printf ("GPIO73->GPIO77 test ok !! (pull low)\n");
else
printf ("GPIO73->GPIO77 test fail (pull high)\n");
return
0;
}