Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 490 Bytes

File metadata and controls

31 lines (22 loc) · 490 Bytes
title
begin()

begin

Description

This function initializes the Wire library and join the I2C bus as a controller or a peripheral. This function should normally be called only once.

Syntax

Wire.begin()

Wire.begin(address)

Parameters

  • address: the 7-bit slave address (optional); if not specified, join the bus as a controller device.

Returns

None.