PID Motor Position Control using ESP8266 WiFi Module, US Digital E4P-100-079, LMD18200 H-Bridge Break Out, and HN-GH12-1634T 30:1 200RPM Motor

Dependencies:   4DGL-uLCD-SE PID QEI SDFileSystem mbed ESP8266_pid_mtrPos_webserver_SDcard_v2

Dependents:   ESP8266_pid_mtrPos_webserver_SDcard_v2

Revision:
7:030e5f34a489
Parent:
6:fc421a6d5e7e
Child:
8:e92a874cde49
--- a/main.cpp	Wed Nov 25 02:33:24 2015 +0000
+++ b/main.cpp	Wed Nov 25 02:52:09 2015 +0000
@@ -538,7 +538,7 @@
 <h2>PID Status</h2>
 <form title="User Input" method="post">
 PID Controls: <br>
-Setpoint: 
+Setpoint (#Revolutions): 
 <input type="number" name="setpoint_input" value="0000.00" step="0.01" size="6"  /><br>
 Proportional Gain:
 <input type="number" name="kp_input" value="002.50" step="0.01" size="6"  /><br>
@@ -554,6 +554,5 @@
 </body>
 </html>
 
-
 *****************************************************************************/
 /*****************************************************************************/
\ No newline at end of file