mirror of https://github.com/ARMmbed/mbed-os.git
parent
f9ae6a37b1
commit
7fa3a44cc3
|
@ -131,8 +131,8 @@ public:
|
||||||
* @param data Value to write.
|
* @param data Value to write.
|
||||||
*
|
*
|
||||||
* @return Result of the operation.
|
* @return Result of the operation.
|
||||||
* @retval 0 If an NACK was received.
|
* @retval 0 If a NACK is received.
|
||||||
* @retval 1 If an ACK was received.
|
* @retval 1 If an ACK is received.
|
||||||
* @retval 2 On timeout.
|
* @retval 2 On timeout.
|
||||||
*/
|
*/
|
||||||
int write(int data);
|
int write(int data);
|
||||||
|
|
Loading…
Reference in New Issue