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;
|
||||
#endif
|
||||
|
||||
#if !defined(DOXYGEN_ONLY)
|
||||
protected:
|
||||
void aquire();
|
||||
|
||||
|
@ -202,6 +203,7 @@ protected:
|
|||
static SingletonPtr<PlatformMutex> _mutex;
|
||||
PinName _sda;
|
||||
PinName _scl;
|
||||
#endif
|
||||
|
||||
private:
|
||||
/** Recover I2C bus, when stuck with SDA low
|
||||
|
|
Loading…
Reference in New Issue