Skip to content

Files

Latest commit

372aa7c · May 7, 2022

History

History
31 lines (22 loc) · 635 Bytes

File metadata and controls

31 lines (22 loc) · 635 Bytes
title
end()

end

Description

Disable the Wire library, reversing the effect of Wire.begin(). To use the Wire library again after this, call Wire.begin() again.

Note: This function was not available in the original version of the Wire library and might still not be available on all platforms. Code that needs to be portable across platforms and versions can use the WIRE_HAS_END macro, which is only defined when Wire.end() is available.

Syntax

Wire.end()

Parameters

None.

Returns

None.