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 nsdl rgb_sensor_buffer
Fork of mbed_nsdl by
Diff: resources/nespresso.h
- Revision:
- 2:88a30cc88a86
diff -r 8c765fa735b0 -r 88a30cc88a86 resources/nespresso.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/resources/nespresso.h Wed Jun 18 16:25:55 2014 +0000 @@ -0,0 +1,10 @@ +// Nespresso resource implementation + +#ifndef NESPRESSO_H +#define NESPRESSO_H + +#include "nsdl_support.h" + +int create_nespresso_resource(sn_nsdl_resource_info_s *resource_ptr); + +#endif
