Big Mouth Billy Bass automation library
Diff: billybass.hpp
- Revision:
- 4:f009306756b3
- Parent:
- 3:6c91a6232c4a
- Child:
- 7:dba9221acf48
--- a/billybass.hpp Tue Jun 18 13:11:07 2013 +0000
+++ b/billybass.hpp Tue Jun 18 14:10:34 2013 +0000
@@ -42,6 +42,7 @@
mouth.write(offState());
body.write(offState());
}
+ char const * outputName(DigitalOut const *out) const;
protected:
static BillyBass* fish[ MAX_FISH ];
Ned Konz