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: NVIC_set_all_priorities cc3000_hostdriver_mbedsocket mbed nsdl_lib TEMT6200 TSI Wi-Go_eCompass_Lib_V3 WiGo_BattCharger
resources/slider.h
- Committer:
- michaeljkoster
- Date:
- 2014-06-15
- Revision:
- 9:6501da9e384e
- Parent:
- 6:b542b2a759e8
File content as of revision 9:6501da9e384e:
// slide selector resource implementation
#ifndef SLIDER_H
#define SLIDER_H
#include "nsdl_support.h"
int create_slider_resource(sn_nsdl_resource_info_s *resource_ptr);
#endif