aboutsummaryrefslogtreecommitdiff
path: root/src/zjs_sensor.h
blob: 7b3d6303431d04d51ca9af35901b8690c3a3f6b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Copyright (c) 2016, Intel Corporation.

#ifndef __zjs_sensor_h__
#define __zjs_sensor_h__

#include "jerry-api.h"

/** Initialize the sensor module, or reinitialize after cleanup */
void zjs_sensor_init();

/** Release resources held by the sensor module */
void zjs_sensor_cleanup();

#endif  // __zjs_sensor_h__