EasyManua.ls Logo

Texas Instruments MSP430 - Page 131

Texas Instruments MSP430
413 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
131
LCD_putstr("Period/ms: 2.5");
break;
}
case 7:
{
TA0CCR0 = 2626;
LCD_goto(0, 1);
LCD_putstr("Period/ms: 5.3");
break;
}
case 8:
{
TA0CCR0 = 4579;
LCD_goto(0, 1);
LCD_putstr("Period/ms: 9.2");
break;
}
case 9:
{
TA0CCR0 = 499;
LCD_goto(0, 1);
LCD_putstr("Period/ms: 1");
break;
}
default:
{
TA0CCR0 = 6964;
LCD_goto(0, 1);
LCD_putstr("Period/ms: 13.9");
break;
}
}
time_period = (pulse_ticks >> 1);
lcd_print(10, 0, time_period);
delay_ms(400);

Table of Contents

Other manuals for Texas Instruments MSP430

Related product manuals