We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c43502 commit 396a3b6Copy full SHA for 396a3b6
MB85_FRAM.h
@@ -120,6 +120,7 @@
120
_TransmissionStatus = Wire.endTransmission(); // Close transmission //
121
return(structSize); // return number of bytes written //
122
} // of method write() //----------------------------------//
123
+
124
private: // -------- Private methods ------- //
125
uint8_t getDevice(uint32_t &memAddress, uint32_t &endAddress); // Compute actual device to use //
126
void requestI2C(const uint8_t device,const uint32_t memAddress, // Address device and request data //
0 commit comments