I2C.h: Remove protected attributes from appearing on docs site

pull/8417/head
Naveen Kaje 2018-10-12 12:06:39 -05:00
parent 6d7b655b87
commit acabbebdb4
1 changed files with 2 additions and 0 deletions

View File

@ -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