代码搜索结果
找到约 10,000 项符合
Sound 的代码
sound.c
#include "config.h"
#include "SOUND.h"
void DelayMs(uint ms)
{
uint i;
for(i=0;i
sound.lst
1 .file "sound.c"
2 .arch atmega8
3 __SREG__ = 0x3f
4 __SP_H__ = 0x3e
5 __SP_L__ = 0x3d
6
sound.h
#ifndef _SOUND_H_
#define _SOUND_H_ 1
#define XTAL 8000000UL
#if XTAL > 16000000UL
#error 'XTAL'(XTAL) is greater than 16,000,000 MHz.
#endif
extern void Beep_short(uchar num,uint frq);
e
sound.c
#include "config.h"
#include "SOUND.h"
void DelayMs(uint ms)
{
uint i;
for(i=0;i
sound.lst
1 .file "sound.c"
2 .arch atmega8
3 __SREG__ = 0x3f
4 __SP_H__ = 0x3e
5 __SP_L__ = 0x3d
6
sound.h
#ifndef _SOUND_H_
#define _SOUND_H_ 1
#define XTAL 8000000UL
#if XTAL > 16000000UL
#error 'XTAL'(XTAL) is greater than 16,000,000 MHz.
#endif
extern void Beep_short(uchar num,uint frq);
e