Skip to content
Arduino library for the TSYS01 temperature sensor.
C++
Branch: master
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
examples
.gitignore Initial commit Jan 20, 2016
.travis.yml
LICENSE Initial commit Jan 20, 2016
README.md
TSYS01.cpp
TSYS01.h
library.properties Added library properties folder. Feb 18, 2016

README.md

BlueRobotics TSYS01 Temperature Sensor Library Build Status

Arduino library for the TSYS01 temperature sensor. The TSYS01 is a high-accuracy, fast-response subsea temperature sensor from Measurement Specialties.

Documentation

Please see the examples for normal operation. Below are the available functions used in the library.

TSYS01();

void init();

/** The read from I2C takes up for 40 ms, so use sparingly is possible.
 */
void read();

/** This function loads the datasheet test case values to verify that
 *  calculations are working correctly. 
 */
void readTestCase();

/** Temperature returned in deg C.
 */
float temperature();

Versions

0.0 - Under development

Reference

You can find the TSYS01 datasheet here.

You can’t perform that action at this time.