mirror of https://github.com/ARMmbed/mbed-os.git
hide protected
parent
52a0b649bc
commit
f9ae6a37b1
|
@ -150,8 +150,13 @@ public:
|
|||
*/
|
||||
void stop(void);
|
||||
|
||||
#if !defined(DOXYGEN_ONLY)
|
||||
|
||||
protected:
|
||||
/* Internal i2c object identifying the resources */
|
||||
i2c_t _i2c;
|
||||
|
||||
#endif //!defined(DOXYGEN_ONLY)
|
||||
};
|
||||
|
||||
} // namespace mbed
|
||||
|
|
Loading…
Reference in New Issue