aboutsummaryrefslogtreecommitdiff
path: root/libraries/Robot_Control/SquawkSD.h
diff options
context:
space:
mode:
authorFede85 <f.vanzati@gmail.com>2013-07-03 22:00:02 +0200
committerFede85 <f.vanzati@gmail.com>2013-07-03 22:00:02 +0200
commitfd8c367304fe62a107332db19880c88f9ac0d082 (patch)
treea6a2713b1e788a2eb6f95ef701a0a01e0d258c67 /libraries/Robot_Control/SquawkSD.h
parentcb3003082e7e140850071eba914c0b4347bc3bf1 (diff)
SPI library to the new format and moved Robot_Motor and Robot_Control libraries
Diffstat (limited to 'libraries/Robot_Control/SquawkSD.h')
-rw-r--r--libraries/Robot_Control/SquawkSD.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/libraries/Robot_Control/SquawkSD.h b/libraries/Robot_Control/SquawkSD.h
deleted file mode 100644
index 89d46a5..0000000
--- a/libraries/Robot_Control/SquawkSD.h
+++ /dev/null
@@ -1,17 +0,0 @@
-#ifndef _SQUAWKSD_H_
-#define _SQUAWKSD_H_
-#include <Squawk.h>
-#include "Fat16.h"
-
-class SquawkSynthSD : public SquawkSynth {
- private:
- Fat16 f;
- public:
- inline void play() { Squawk.play(); };
- void play(Fat16 file);
- //void convert(Fat16 in, Fat16 out);
-};
-
-extern SquawkSynthSD SquawkSD;
-
-#endif \ No newline at end of file