413: Add air-gradient-pro-rs to firmware projects r=eldruin a=jonlamb-gh
In case anyone else is interested in hacking on their [AirGradient](https://www.airgradient.com/open-airgradient/kits/) kit, or is looking for another RTIC-based application.
Co-authored-by: Jon <1671674+jonlamb-gh@users.noreply.github.com>
410: Fix link to a RTIC v1 book r=therealprof a=stonefoxes
Current link leads to 404
Co-authored-by: stonefoxes <35688470+stonefoxes@users.noreply.github.com>
390: Add sega-controller driver to list r=jamesmunns a=ewrogers
This PR adds the [`sega-controller`](https://github.com/UnderLogic/sega-controller) driver to the list of embedded-hal driver projects
I am the maintainer of this repo under my company.
Co-authored-by: Erik Rogers <ewrogers@gmail.com>
Co-authored-by: James Munns <james@onevariable.com>
401: Add SPL06-007 to WIP driver list r=jamesmunns a=roxgib
https://github.com/roxgib/SPL06-007
Co-authored-by: Sam Bradshaw <33942237+roxgib@users.noreply.github.com>
400: Add switch-hal r=eldruin a=chrysn
The switch-hal crate just extends embedded-hal by a bit (hah!) -- but I find it very useful, for it provides clean "on"/"off" semantics for what is otherwise merely "high"/"low", and thus dependent on the actual wiring (both LEDs and buttons are just as easy to wire either way).
It's not used a lot ([crates assume active-low](https://github.com/jamesmunns/blinq/issues/4) instead), but I hope that this changes once it is more visible through here.
Co-authored-by: chrysn <chrysn@fsfe.org>
399: add some additional crates r=jamesmunns a=rursprung
two are mine, the third is one i'm using but am otherwise not associated with.
Co-authored-by: Ralph Ursprung <ralph.ursprung@gmail.com>
Co-authored-by: James Munns <james@onevariable.com>
392: Add ebyte-e32 to list r=eldruin a=barafael
This PR adds the ebyte-e32 driver to the list of embedded-hal driver projects
I am the maintainer of this driver.
Co-authored-by: Rafael Bachmann <rafael.bachmann.93@gmail.com>