oddlama / embedded-devices

Device driver implementations for many embedded sensors and devices
Apache License 2.0
14 stars 4 forks source link

Please make embedded-devices-derive a seperate crate #1

Closed Tupelov closed 2 months ago

Tupelov commented 9 months ago

I think the project structure should more closely emulate embasssy's which has multiple crates within the same git repo, the reasoning for this is that it makes it easier to use embedded-devices-derive independently, currently you need to add async cfg and an async feature to your project if you want to make use derive without including embedded-devices

oddlama commented 2 months ago

I've restuctured the crate recently, this should now be using the layout you requested.