Change peripheral io APIs
[apps/native/position-finder-server.git] / inc / resource / resource_led.h
old mode 100755 (executable)
new mode 100644 (file)
similarity index 63%
rename from inc/webnotify.h
rename to inc/resource/resource_led.h
index 7f415d0..aef79ae
@@ -5,7 +5,6 @@
  *          Geunsun Lee <gs86.lee@samsung.com>
  *          Eunyoung Lee <ey928.lee@samsung.com>
  *          Junkyu Han <junkyu.han@samsung.com>
- *          Jeonghoon Park <jh1979.park@samsung.com>
  *
  * Licensed under the Flora License, Version 1.1 (the License);
  * you may not use this file except in compliance with the License.
  * limitations under the License.
  */
 
+#ifndef __POSITION_FINDER_RESOURCE_LED_H__
+#define __POSITION_FINDER_RESOURCE_LED_H__
 
-#ifndef __POSITION_FINDER_WEBNOTIFY_H__
-#define __POSITION_FINDER_WEBNOTIFY_H__
-
-int web_notify_init(void);
-void web_notify_fini(void);
-int web_notify_data(const char *resource, const char *data);
-int web_notify_bool(const char *resource, bool value);
-int web_notify_int(const char *resource, int value);
-int web_notify_double(const char *resource, double value);
-
-#endif /* __POSITION_FINDER_WEBNOTIFY_H__ */
+extern int resource_write_led(int pin_num, int write_value);
 
+#endif /* __POSITION_FINDER_RESOURCE_LED_H__ */