You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
There are some examples available in downstream crates: stm32g4xx-halstm32h7xx-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.
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?
The text was updated successfully, but these errors were encountered: