![]() |
Rock Monitoring
V 1.0
|
#include "WaspUSB.h"#include <util/twi.h>#include <stdlib.h>#include <string.h>#include <inttypes.h>#include "Wire.h"#include "printable.h"#include "Waspmote.h"#include "../Constants/Constants.h"

Go to the source code of this file.
Classes | |
| class | PCT2075 |
| Class that handles the communication to the temperature sensor PCT2075. More... | |
Macros | |
| #define | PCT2075_CONF 0x01 |
| #define | PCT2075_TEMP 0x00 |
| #define | PCT2075_TOS 0x03 |
| #define | PCT2075_THYST 0x02 |
| #define | PCT2075_TIDLE 0x04 |
| #define | PCT2075_READ_LEN 1 |
| #define | RETURN_ERROR 1 |
| #define | RETURN_OK 0 |