Skip to content

Commit

Permalink
Add section to migration guide
Browse files Browse the repository at this point in the history
  • Loading branch information
bugadani committed Sep 3, 2024
1 parent a23bc4e commit 9edd024
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions esp-hal/MIGRATING-0.20.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,8 @@ Instead of manually grabbing peripherals and setting up clocks, you should now c
// ...
}
```

# GPIO changes

- The `AnyInputOnlyPin` has been removed. Replace any use with `AnyPin`.
- The `NoPinType` has been removed. You can use `DummyPin` in its place.

0 comments on commit 9edd024

Please sign in to comment.