Esempio n. 1
0
void main()
{
	IRInit();
	while(1)
	{
		display(IRCOM[2]);
	}
}
Esempio n. 2
0
//*****************************************************************************
//
//! \brief something should do before the test execute of VS1838B test.
//!
//! \return None.
//
//*****************************************************************************
static void VS1838BSetup(void)
{
    //
    // Set SysClk 72MHz using Extern 8M oscillator
    //
    xSysCtlClockSet(72000000, xSYSCTL_OSC_MAIN|xSYSCTL_XTAL_8MHZ);
    IRInit();
}