commit | cae8b6567dc9a075854b6272b3682127ca6f993f | [log] [tgz] |
---|---|---|
author | Martí Bolívar <marti.bolivar@nordicsemi.no> | Wed Apr 05 14:55:20 2023 -0700 |
committer | Marti Bolivar <marti.bolivar@nordicsemi.no> | Mon Apr 17 08:58:14 2023 -0700 |
tree | 29e126d9b04fddcd895f3943356cf5535eec3eb6 | |
parent | 83b6db2ec1e0d76257e1c6dd90dfd0cddfca082a [diff] |
edtlib: make PinCtrl a type-annotated dataclass Converting this to a dataclass will make it easier to type annotate. Adding type annotations is incremental progress towards type checking the entire module. Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>