代码搜索结果
找到约 1,762 项符合
Speaker 的代码
speaker.c
/* -*- C++ -*-
* Speaker.C - source file for class Speaker
* Copyright (c) 1998 Joe Yandle
*
* This program is free software; you can redistribute it and/or
* modify it under the
speaker.h
/* -*- C++ -*-
* Speaker.h - header file for class Speaker
* Copyright (c) 1999 Joe Yandle
*
* Class Speaker provides a way to both play and record wav files,
* while letting
speaker1.asm
;音频驱动——演奏《八月桂花香》
org 0
ljmp start
org 000bh
inc 20h ;中断服务,中断计数器加1
mov th0,#0d8h
mov tl0,#0efh ;12M晶振,形成10毫秒中断
reti
start
speaker.c.bak
#include "DSP281x_Device.h" // DSP281x Headerfile Include File
#include "DSP281x_Examples.h" // DSP281x Examples Include File
// Prototype statements for functions found within this file