代码搜索结果
找到约 1,533 项符合
Speaker 的代码
beeps.c
#include
#include
void main (int argc, char *argv[])
{
int count; // The number of times to sound the speaker
int i; // The number of times the speaker has bee
cc_build.log
dspcl speaker.c -g -v2xx -as -frD:\aa
[speaker.c]
TMS320C2x/C2xx/C5x ANSI C Compiler Version 7.00
Copyright (c) 1987-1999 Texas Instruments Incorporated
"speaker.c" ==> main
"sp
speaker.mak
/************* Code Composer V1 Project Data ********************
The following section contains data generated by Code Composer
to store project information like build options, source filenames
cc_build.log
dspcl speaker.c -g -v2xx -as -frC:\tic2xx\myprojects\2407EDULab\Lab15-Speaker
[speaker.c]
TMS320C2x/C2xx/C5x ANSI C Compiler Version 7.00
Copyright (c) 1987-1999 Texas Instruments Incorpor
speaker.mak
/************* Code Composer V1 Project Data ********************
The following section contains data generated by Code Composer
to store project information like build options, source filenames
beeps.c
#include
#include
void main (int argc, char *argv[])
{
int count; // The number of times to sound the speaker
int i; // The number of times the speaker has bee
beeps.c
#include
#include
void main (int argc, char *argv[])
{
int count; // The number of times to sound the speaker
int i; // The number of times the speaker has bee
beeps.c
#include
#include
void main (int argc, char *argv[])
{
int count; // The number of times to sound the speaker
int i; // The number of times the speaker has bee
task.c.bak
#include
#include
sbit Speaker = P3^5;
code TASKTBL TaskTable[]=
{
{0x00,Task0},
{0x00,Task1},
{0x00,Task2},
{0x00,Task3},
{0x00,Task4},
{0x00,Task5},
{0x00,T
task.c
#include
#include
sbit Speaker = P3^5;
code TASKTBL TaskTable[]=
{
{0x00,Task0},
{0x00,Task1},
{0x00,Task2},
{0x00,Task3},
{0x00,Task4},
{0x00,Task5},
{0x00,T