Proyecto de Tesis en Mecatrónica. Universidad Técnica del Norte. Ernesto Palacios <mecatronica.mid@gmail.com>

Dependencies:   EthernetNetIf HTTPServer QEI_hw RPCInterface mbed

Revision:
34:bdf918bc9b59
Parent:
33:e6ff02c3e0f5
Child:
35:92b0f1b75a51
Child:
36:a99dcd4d8f65
--- a/main.cpp	Tue Jun 24 17:42:25 2014 +0000
+++ b/main.cpp	Sat Jul 05 04:11:35 2014 +0000
@@ -76,6 +76,7 @@
 RPCFunction ClrEnc (&setENC_eth,  "CLR");
 RPCFunction ReadRPM(&getRPM_eth,  "RPM");
 RPCFunction GoHome(&setHOME_eth,  "INI");
+RPCFunction GetAlm( &getALM_eth,  "ALM");
 
 
 int main() {