mbed Phone Platform

Dependencies:   ulaw mbed ConfigFile

Revision:
2:e37117117e79
Parent:
1:0f82c574096f
Child:
3:1d5dc4107558
--- a/Line.h	Sun Dec 26 15:49:07 2010 +0000
+++ b/Line.h	Wed Jan 05 15:43:53 2011 +0000
@@ -6,7 +6,7 @@
 public:
     Line (PinName p_line, PinName p_xline, PinName p_hook, AnalogOut p_dac);
 
-    void poll ();
+    void intr ();
     int enter (enum Mode);
     int scan (enum Scan);