esp-hal
esp-hal copied to clipboard
pub UartRx read_byte
Detail in https://github.com/esp-rs/esp-hal/issues/1547
Thanks! Making read_byte public is fine but there are a few problems with this PR
- public functions should include API docs
- this adds a changelog in the root - the changelog entry should go into
esp-hal/CHANGELOG.md - code formatting
The issue has been resolved. I hadn't previously worked with these tools, so I'm thankful; I've learned a lot.