-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Description
■ Corresponding version
v.2.3.0 and Before v.2.3.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.
■ 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)
22(P50)
■ Workaround
None
■ Permanent measures
Scheduled to be fixed in v.2.4.0