psg and notes
This commit is contained in:
9
sound-driver/psg.h
Normal file
9
sound-driver/psg.h
Normal file
@ -0,0 +1,9 @@
|
||||
#ifndef _PSG_H_
|
||||
#define _PSG_H_
|
||||
|
||||
void psgInit();
|
||||
|
||||
void psgPlayTone(uint8_t channel, t_octave octave, t_note note);
|
||||
|
||||
|
||||
#endif // _PSG_H_
|
Reference in New Issue
Block a user