source: azure_iot_hub_f767zi/trunk/app_iothub_client/pinkit/temperature.h@ 457

Last change on this file since 457 was 457, checked in by coas-nagasima, 4 years ago

ファイルを追加

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/x-chdr;charset=UTF-8
File size: 324 bytes
Line 
1// https://github.com/ms-iotkithol-jp/IoTKitHoLV3/blob/master/PinKitIoTHubApp/PinKitIoTHubApp/PinKit/Temperature.cs
2
3#include <stdint.h>
4#include <stdbool.h>
5
6#ifndef _TEMPERATURE_H_
7#define _TEMPERATURE_H_
8
9bool Temperature_Init();
10bool Temperature_Start();
11double Temperature_TakeMeasurement();
12
13#endif // _TEMPERATURE_H_
Note: See TracBrowser for help on using the repository browser.