Skip to content

Commit fb152a6

Browse files
bors[bot]ewrogersjamesmunns
authored
Merge #390
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 <[email protected]> Co-authored-by: James Munns <[email protected]>
2 parents 3b14119 + a449b28 commit fb152a6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -760,6 +760,7 @@ Otherwise please add it to the [WIP section](#WIP) below.
760760
1. [pwm-pca9685] - I2C - 16-channel, 12-bit PWM/Servo/LED controller - [Intro blog post][32] - ![crates.io](https://img.shields.io/crates/v/pwm-pca9685.svg)
761761
1. [rainbow-hat-rs] - I2C/SPI/GPIO - Pimoroni Rainbow HAT driver for Raspberry Pi - [github][57] - ![crates.io](https://img.shields.io/crates/v/rainbow-hat-rs.svg)
762762
1. [rotary-encoder-hal] - GPIO - A rotary encoder driver using `embedded-hal` - [Intro blog post][28] - ![crates.io](https://img.shields.io/crates/v/rotary-encoder-hal.svg)
763+
1. [sega-controller] - GPIO - Sega controller input - [github][68] - ![crates.io](https://img.shields.io/crates/v/sega-controller.svg)
763764
1. [SGP30] - I2C - Gas sensor - [Intro blog post][6] - ![crates.io](https://img.shields.io/crates/v/sgp30.svg)
764765
1. [SH1106] - I2C - Monochrome OLED display controller - [Intro post][19] ![crates.io](https://img.shields.io/crates/v/sh1106.svg)
765766
1. [shared-bus] - I2C - utility driver for sharing a bus between multiple devices - [Intro post][16] ![crates.io](https://img.shields.io/crates/v/shared-bus.svg)
@@ -858,6 +859,7 @@ Otherwise please add it to the [WIP section](#WIP) below.
858859
[65]: https://github.com/dlkj/usbd-human-interface-device
859860
[66]: https://github.com/GrepitAB/ade791x-rs
860861
[67]: https://barafael.github.io/A-Platform-Agnostic-Driver-for-EBYTE-E32-LoRa-Modules/
862+
[68]: https://github.com/UnderLogic/sega-controller
861863

862864
[AD983x]: https://crates.io/crates/ad983x
863865
[adafruit-alphanum4]: https://crates.io/crates/adafruit-alphanum4
@@ -900,6 +902,7 @@ Otherwise please add it to the [WIP section](#WIP) below.
900902
[pwm-pca9685]: https://crates.io/crates/pwm-pca9685
901903
[rainbow-hat-rs]: https://crates.io/crates/rainbow-hat-rs
902904
[rotary-encoder-hal]: https://crates.io/crates/rotary-encoder-hal
905+
[sega-controller]: https://crates.io/crates/sega-controller
903906
[SGP30]: https://crates.io/crates/sgp30
904907
[SH1106]: https://crates.io/crates/sh1106
905908
[shared-bus]: https://github.com/Rahix/shared-bus

0 commit comments

Comments
 (0)