Used in Live Traffic Update Nokia LCD Display Project
Fork of NetServices by
services/mysql/sha1config.h@8:92b57208ab99, 2013-03-06 (annotated)
- Committer:
- rrajan8
- Date:
- Wed Mar 06 19:07:23 2013 +0000
- Revision:
- 8:92b57208ab99
- Parent:
- 0:ac1725ba162c
This project utilizes mbed's networking features to display live traffic updates on the Nokia LCD using the MapQuest API's Traffic Web Service.
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
segundo | 0:ac1725ba162c | 1 | #ifndef SHA1CONFIG_H |
segundo | 0:ac1725ba162c | 2 | #define SHA1CONFIG_H |
segundo | 0:ac1725ba162c | 3 | |
segundo | 0:ac1725ba162c | 4 | #define POLARSSL_SHA1_C 1 |
segundo | 0:ac1725ba162c | 5 | |
segundo | 0:ac1725ba162c | 6 | #endif |