You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pinMode() is a function that sets the specified pin to the input or output setting.
First argument is the pin, second argument is the pin setting.
digitalRead()
digitalRead() reads the input value of the specified pin.
First argument is the pin.
■ Contents and Occurrence conditions
The published SCL pin number is 21 and the SDA pin number is 22, but the pin numbers are reversed.
As a result, pinMode() and digitalRead() cannot control the digital input.
■ Workaround
None
■ Permanent measures
Scheduled to be fixed in v.1.1.0
The text was updated successfully, but these errors were encountered:
■ Corresponding version
v.1.0.0
■ API function affected by defect
pinMode()
pinMode() is a function that sets the specified pin to the input or output setting.
First argument is the pin, second argument is the pin setting.
digitalRead()
digitalRead() reads the input value of the specified pin.
First argument is the pin.
■ Contents and Occurrence conditions
The published SCL pin number is 21 and the SDA pin number is 22, but the pin numbers are reversed.
As a result, pinMode() and digitalRead() cannot control the digital input.
■ Workaround
None
■ Permanent measures
Scheduled to be fixed in v.1.1.0
The text was updated successfully, but these errors were encountered: