Open
Description
It's easy to end up with a very large src/main.rs / mod app
with RTIC. Having a next steps section with ideas on how to grow and modularize code would be a nice way to end the book.
Could also touch on creating structs for multiple shared resources, and using an impl block to keep their code together.