Adafruit MAX31850 OneWire Library
Classes | Macros
OneWire.h File Reference
#include <inttypes.h>
#include "WProgram.h"
#include "pins_arduino.h"

Go to the source code of this file.

Classes

class  OneWire
 Stores the state and functions for Max31850 OneWire. More...
 

Macros

#define ONEWIRE_SEARCH   1
 Starts a onewire search.
 
#define ONEWIRE_CRC   1
 Runs the cyclic redundancy checks.
 
#define ONEWIRE_CRC8_TABLE   1
 this to 1 More...
 
#define ONEWIRE_CRC16   1
 You can allow 16-bit CRC checks by defining this to 1.
 
#define FALSE   0
 False.
 
#define TRUE   1
 True.
 

Macro Definition Documentation

◆ ONEWIRE_CRC8_TABLE

#define ONEWIRE_CRC8_TABLE   1

this to 1

Select the table-lookup method of computing the 8-bit CRC by setting