// https://github.com/ms-iotkithol-jp/IoTKitHoLV3/blob/master/PinKitIoTHubApp/PinKitIoTHubApp/PinKit/LightSensor.cs #include #include #ifndef _LIGHT_SENSOR_H_ #define _LIGHT_SENSOR_H_ bool LightSensor_Init(); bool LightSensor_Start(); double LightSensor_TakeMeasurement(); #endif // _LIGHT_SENSOR_H_