Skip to content

how do i add arduino libraries? liquid crystal display for example #520

Answered by Rahix
BUGO07 asked this question in Q&A
Discussion options

You must be logged in to vote

As @djdisodo wrote, don't attempt using C++ arduino libraries in Rust. Getting this to work is very complex and for most libraries, it will probably be faster to simply rewrite them in pure rust instead. Or check the embedded-hal ecosystem if someone else already wrote a crate that does what you need :)

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by Rahix
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants