Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request an example #29

Open
David-OConnor opened this issue Mar 12, 2023 · 2 comments
Open

Request an example #29

David-OConnor opened this issue Mar 12, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@David-OConnor
Copy link

David-OConnor commented Mar 12, 2023

Hi! Are there any examples available? Thoughts on adding one or more to an examples folder? I'm attempting to learn how to use this lib, but am not sure where to start. Thanks!

Of note, from the docs page, it seems like most of the structs dummies for use in typestates. I gather that the following structs and their methods make up the primary API: FdCan, Tx, Rx, FdCanControl. Is this right?

@richardeoin
Copy link
Member

There are some examples available in downstream crates: stm32g4xx-hal stm32h7xx-hal. It would be a nice improvement to have examples in this crate also.

Yes indeed, the methods on FdCan are the "core" of the API.

@richardeoin richardeoin added the enhancement New feature or request label Mar 12, 2023
@David-OConnor
Copy link
Author

Thanks! This looks like an outstanding lib. Checking those examples out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants