代码搜索:Exercise
找到约 10,000 项符合「Exercise」的源代码
代码结果 10,000
www.eeworm.com/read/208175/15251696
c exercise-5.c
/* Exercise 5
A simple oscilloscope demo for the FG439, using the ADC12 to sample a signal, and the
UART to send the the results to a PC for display. A simple signal source is generated
www.eeworm.com/read/208175/15251712
c exercise-7.c
/* Exercise 7
An extension of the simple voice recorder from exercise 6, to use DMA for the record and replay.
The DMA code is based on the following examples:
fet430_dma_03.c
www.eeworm.com/read/208072/15255046
mdb stry_exercise.mdb
www.eeworm.com/read/14700/402773
txt exercise_01.txt
void Exercise_01(void)
{
/* Insert code here - 3 lines */
if(Switch2IsPressed())
{
if(mUSBUSARTIsTxTrfReady())
{
putrsUSBUSART("Hello World!\r\n");
www.eeworm.com/read/14700/402774
txt exercise_02.txt
void Exercise_02(void)
{
/* Insert code here - 3 lines*/
if(Switch3IsPressed())
{
if(mUSBUSARTIsTxTrfReady())
{
putrsUSBUSART(ex02_string);
}