PsiSwarm Library  0.8
Sound Class Reference

#include <sound.h>

Public Member Functions

void play_audio_string (char *tune)
 
void play_tune (char *tune, char length)
 
char IF_check_pic_firmware (void)
 

Detailed Description

Sound class Functions that generate audio tones using the sound module on the PIC coprocessor, where used

Definition at line 32 of file sound.h.

Member Function Documentation

§ play_audio_string()

void Sound::play_audio_string ( char *  tune)

Play a tune defined by the given null terminated string

Parameters
tune- The tune to play

Definition at line 27 of file sound.cpp.

§ play_tune()

void Sound::play_tune ( char *  tune,
char  length 
)

Play a tune defined by the given string

Parameters
tune- The tune to play
length- The number of characters in the string

Definition at line 33 of file sound.cpp.


The documentation for this class was generated from the following files: