Lanner LEC-7900 User Manual Page 34

  • Download
  • Add to my manuals
  • Print
  • Page
    / 36
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 33
33
// 0 = correct SuperIO
int detect_sio(void)
{
//check the SuperIO version
if(read_w83627UHG_reg(0,CR20_REG)==W83627UHG_ID)
return 0;
else
return 1;
}
Page view 33
1 2 ... 29 30 31 32 33 34 35 36

Comments to this Manuals

No comments