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: TextLCD mbed DebounceIn
Revision 1:09c825e59a47, committed 2012-05-28
- Comitter:
- cicklaus
- Date:
- Mon May 28 07:58:25 2012 +0000
- Parent:
- 0:e37321609004
- Commit message:
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file | 
--- a/main.cpp Mon May 28 07:56:43 2012 +0000 +++ b/main.cpp Mon May 28 07:58:25 2012 +0000 @@ -1,8 +1,7 @@ // Read from I2C slave at address 0x62 #include <iostream> #include "mbed.h" -#include "TextLCD.h" -#include "DebounceIn.h" + #include <math.h> #include <string> #define MESSAGE_BUFFER_SIZE 1024