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
resources/nespresso.h
- Committer:
- GeofferyOmlette
- Date:
- 2014-06-18
- Revision:
- 2:88a30cc88a86
File content as of revision 2:88a30cc88a86:
// 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
