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.
■ Contents and Occurrence conditions
Cannot set a specific pin to the digital output setting by calling pinMode().
As a result, the output cannot be controlled by digitalWrite().
Pin numbers are shown below.(Port number in parentheses)
47(P04)
■ 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
■ Contents and Occurrence conditions
Cannot set a specific pin to the digital output setting by calling pinMode().
As a result, the output cannot be controlled by digitalWrite().
Pin numbers are shown below.(Port number in parentheses)
47(P04)
■ Workaround
None
■ Permanent measures
Scheduled to be fixed in v.1.1.0
The text was updated successfully, but these errors were encountered: