Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: Debounced FPointer TextLCD11 keypad mbed
Revision 2:da30c4b60cf4, committed 2013-12-04
- Comitter:
- mandres7
- Date:
- Wed Dec 04 20:29:58 2013 +0000
- Parent:
- 1:f578cd888e48
- Commit message:
- Teclado para control PID
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r f578cd888e48 -r da30c4b60cf4 main.cpp
--- a/main.cpp Wed Dec 04 20:28:01 2013 +0000
+++ b/main.cpp Wed Dec 04 20:29:58 2013 +0000
@@ -157,7 +157,7 @@
lcd.putc(0xFE);
}
- if(sp<100){
+ if(kp<100){
lcd.locate(14,0);
lcd.putc(0xFE);
}