Luke

Results 5 comments of Luke

To reference the crate in a project, you must use the git(hub) repo link. In that case, adding the following line to your `Cargo.toml` under `[dependencies]`: `avr-hal = { git...

I have not said to make another one. That isn't how it would work. I'm saying, to achieve your goal, you'd need to create structs that use the trait objects...

According to the schematic ![visible here](https://github.com/user-attachments/assets/07e1501b-7bb0-4482-9a65-e159ef4500ea) (located [here](https://cdn.sparkfun.com/datasheets/Dev/Arduino/Boards/Pro_Micro_v13b.pdf)), they are not in order. So, in essence, I'm asking if you've taken that into account, or if, on your board, they...

I can likely get around doing one of the chips. However, I'll need to check if [avr-device](https://github.com/Rahix/avr-device) has 324p support in particular, because the table visible is only suggesting 324pa....

I like this idea. There is one issue, that would actively stop this idea, and that's the fact `cargo-avr` is already a reserved package, which prevents us using `cargo avr`...