#include <inttypes.h>


Go to the source code of this file.
Data Structures | |
| class | TwoWire |
Defines | |
| #define | BUFFER_LENGTH 32 |
Variables | |
| TwoWire | Wire |
| #define BUFFER_LENGTH 32 |
Definition at line 26 of file Wire.h.
Referenced by TwoWire::begin(), TwoWire::requestFrom(), and TwoWire::send().
Definition at line 275 of file Wire.cpp.
Referenced by WaspRTC::begin(), WaspACC::begin(), WaspPWR::closeI2C(), WaspSensorPrototyping::readADC(), WaspSensorAgr::readDendrometer(), WaspSensorAgr::readPT1000(), WaspSensorAgr::readRadiation(), WaspACC::readRegister(), WaspRTC::readRTC(), WaspRTC::readRTCregister(), WaspSensorGas::setAmplifier(), WaspSensorPrototyping::setAmplifierGain(), WaspSensorAgr::setDigipot(), WaspSensorEvent::setDigipot0(), WaspSensorEvent::setDigipot1(), WaspSensorPrototyping::setLoadResistor(), WaspPWR::setLowBatteryThreshold(), WaspSensorGas::setResistor(), WaspACC::writeRegister(), WaspRTC::writeRTC(), WaspRTC::writeRTCalarm1(), WaspRTC::writeRTCalarm2(), and WaspRTC::writeRTCregister().
1.5.6