mirror of https://github.com/ARMmbed/mbed-os.git
I2C.h: Remove protected attributes from appearing on docs site
parent
6d7b655b87
commit
acabbebdb4
|
@ -193,6 +193,7 @@ protected:
|
||||||
bool _deep_sleep_locked;
|
bool _deep_sleep_locked;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if !defined(DOXYGEN_ONLY)
|
||||||
protected:
|
protected:
|
||||||
void aquire();
|
void aquire();
|
||||||
|
|
||||||
|
@ -202,6 +203,7 @@ protected:
|
||||||
static SingletonPtr<PlatformMutex> _mutex;
|
static SingletonPtr<PlatformMutex> _mutex;
|
||||||
PinName _sda;
|
PinName _sda;
|
||||||
PinName _scl;
|
PinName _scl;
|
||||||
|
#endif
|
||||||
|
|
||||||
private:
|
private:
|
||||||
/** Recover I2C bus, when stuck with SDA low
|
/** Recover I2C bus, when stuck with SDA low
|
||||||
|
|
Loading…
Reference in New Issue