mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-04-06 15:05:51 +00:00
I2C support is write only.
This commit is contained in:
parent
519af80ac4
commit
335c32c540
3 changed files with 2 additions and 46 deletions
|
|
@ -83,10 +83,6 @@ public:
|
|||
void writeSerialData(const uint8_t* data, uint8_t length);
|
||||
#endif
|
||||
|
||||
#if defined(I2C_REPEATER)
|
||||
void writeI2CData(const uint8_t* data, uint8_t length);
|
||||
#endif
|
||||
|
||||
void writeCalData(const uint8_t* data, uint8_t length);
|
||||
void writeRSSIData(const uint8_t* data, uint8_t length);
|
||||
|
||||
|
|
@ -105,8 +101,6 @@ private:
|
|||
int m_lastSerialAvail;
|
||||
uint16_t m_lastSerialAvailCount;
|
||||
CRingBuffer<uint8_t> m_i2CData;
|
||||
int m_lastI2CAvail;
|
||||
uint16_t m_lastI2CAvailCount;
|
||||
|
||||
void sendACK();
|
||||
void sendNAK(uint8_t err);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue