Espresso 0.0.2c
This commit is contained in:
11
include/drivers/audio/pcspeaker.h
Normal file
11
include/drivers/audio/pcspeaker.h
Normal file
@ -0,0 +1,11 @@
|
||||
#ifndef ESPRESSO_PC_SPEAKER_H
|
||||
#define ESPRESSO_PC_SPEAKER_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
void play_sound(uint32_t nfrequence);
|
||||
void stop_sound(void);
|
||||
|
||||
void beep(void);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user