White Papers

12
if ( rc )
printf("error happened\n");
else
printf("Read PIN_GPI0 level = %d\n", level);
gpio_exit(gc);
return 0;
}