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: Beep LM75B MMA7660 mbed nsdl_lib
Fork of NSDL_HelloWorld by
resources/relay.h@11:3b7ae478dcd1, 2013-10-31 (annotated)
- Committer:
- sam_grove
- Date:
- Thu Oct 31 20:29:30 2013 +0000
- Revision:
- 11:3b7ae478dcd1
- Parent:
- 2:7e489126fe7a
Tested and working with ublox LISA C200 CDMA modem
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| bogdanm | 2:7e489126fe7a | 1 | // Relay resource implementation |
| bogdanm | 2:7e489126fe7a | 2 | |
| bogdanm | 2:7e489126fe7a | 3 | #ifndef RELAY_H |
| bogdanm | 2:7e489126fe7a | 4 | #define RELAY_H |
| bogdanm | 2:7e489126fe7a | 5 | |
| bogdanm | 2:7e489126fe7a | 6 | #include "nsdl_support.h" |
| bogdanm | 2:7e489126fe7a | 7 | |
| bogdanm | 2:7e489126fe7a | 8 | int create_relay_resource(sn_nsdl_resource_info_s *resource_ptr); |
| bogdanm | 2:7e489126fe7a | 9 | |
| bogdanm | 2:7e489126fe7a | 10 | #endif |

