summaryrefslogtreecommitdiff
path: root/inc/resource/resource_mcu90615.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/resource/resource_mcu90615.h')
-rw-r--r--inc/resource/resource_mcu90615.h30
1 files changed, 30 insertions, 0 deletions
diff --git a/inc/resource/resource_mcu90615.h b/inc/resource/resource_mcu90615.h
new file mode 100644
index 0000000..0670483
--- /dev/null
+++ b/inc/resource/resource_mcu90615.h
@@ -0,0 +1,30 @@
+/*
+ * Copyright (c) 2019 SINO TECH Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an AS IS BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+#ifndef __RESOURCE_MCU90615_H__
+#define __RESOURCE_MCU90615_H__
+
+#if defined (__cplusplus)
+extern "C" {
+#endif
+
+extern int resource_read_mcu90615(double *target_object, double *target_ambient);
+
+#if defined (__cplusplus)
+}
+#endif
+
+#endif /* __RESOURCE_MCU90615_H__ */