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: EthernetInterface mbed-rtos mbed nanoservice_client_1_12
Fork of Trenton_Switch_LPC1768_WIFLY by
switch.h@18:eb1a194d60d9, 2014-06-27 (annotated)
- Committer:
- erigow01
- Date:
- Fri Jun 27 13:29:18 2014 +0000
- Revision:
- 18:eb1a194d60d9
- Parent:
- pressure_mat.h@17:8ca4a5801430
Latest.
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
erigow01 | 17:8ca4a5801430 | 1 | // Pressure Mat resource implementation |
erigow01 | 17:8ca4a5801430 | 2 | |
erigow01 | 18:eb1a194d60d9 | 3 | #ifndef SWITCH_H |
erigow01 | 18:eb1a194d60d9 | 4 | #define SWITCH_H |
erigow01 | 17:8ca4a5801430 | 5 | |
erigow01 | 17:8ca4a5801430 | 6 | #include "nsdl_support.h" |
erigow01 | 17:8ca4a5801430 | 7 | |
erigow01 | 18:eb1a194d60d9 | 8 | int create_switch_resource(sn_nsdl_resource_info_s *resource_ptr); |
erigow01 | 18:eb1a194d60d9 | 9 | void switch_report(); |
erigow01 | 17:8ca4a5801430 | 10 | #endif |