56
BYTEM-xx1-PC User Manual
File of the MAIN.CPP
//---------------------------------------------------------------------------
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
// KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
// IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR
// PURPOSE.
//---------------------------------------------------------------------------
#include <dos.h>
#include <conio.h>
#include <stdio.h>
#include <stdlib.h>
#include "NCT5523D.H"
//---------------------------------------------------------------------------
int main (void);
void Dio5Initial(void);
void Dio5SetOutput(unsigned char);
unsigned char Dio5GetInput(void);
void Dio5SetDirection(unsigned char);
unsigned char Dio5GetDirection(void);
//---------------------------------------------------------------------------
int main (void)
{
char SIO;
SIO = Init_NCT5523D();
if (SIO == 0)
{
printf("Can not detect Nuvoton NCT5523D, program abort.\n");
return(1);
}
Dio5Initial();
//for GPIO20..27
Dio5SetDirection(0x0F); //GP20..23 = input, GP24..27=output
printf("Current DIO direction = 0x%X\n", Dio5GetDirection());
Summary of Contents for BYTEM-W071-PC
Page 2: ...www ibase com tw IBASE Technology Inc BYTEM xx1 PC User Manual...
Page 9: ......
Page 13: ...4 BYTEM xx1 PC User Manual BYTEM 101 PC...
Page 14: ...Copyright 2013 IBASE Technology Inc All Rights Reserved 5 IBASE Technology Inc BYTEM 121 PC...
Page 19: ...10 BYTEM xx1 PC User Manual Board Dimensions for IB897 I45 I27 I15...