| commit | 5ce17a9617b618f2917aed3eff7030c5d980fde1 | [log] [tgz] |
|---|---|---|
| author | Ryan Armstrong <git@zerker.ca> | Wed Feb 16 19:15:59 2022 -0500 |
| committer | Maureen Helm <maureen.helm@intel.com> | Tue Mar 08 09:41:29 2022 -0600 |
| tree | 2341a48e3fa76a11bf691cd2b038c9f391de28aa | |
| parent | d081b50d36aa3f5b704892846acab4439bb5816a [diff] |
boards: arduino_due: Add arduino_i2c alias The arduino_i2c alias is needed to use the Arduino Due with some of the examples. This is assigned to the twi1 interface, which is labelled as SDA and SCL (20 and 21) on the board silkscreen and is the default interface using the Arduino IDE. Resolves #42881. Signed-off-by: Ryan Armstrong <git@zerker.ca>