File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -421,6 +421,7 @@ have achieved the "released" status (published on crates.io + documentation / sh
421
421
25 . [ AD983x] - SPI - AD9833/AD9837 waveform generators / DDS - [ Intro blog post] [ 25 ] - ![ crates.io] ( https://img.shields.io/crates/v/ad983x.svg )
422
422
26 . [ MCP794xx] - I2C - Real-time clock / calendar driver - [ Intro blog post] [ 26 ] - ![ crates.io] ( https://img.shields.io/crates/v/mcp794xx.svg )
423
423
27 . [ VEML6075] - I2C - UVA and UVB light sensor - [ Intro blog post] [ 27 ] - ![ crates.io] ( https://img.shields.io/crates/v/veml6075.svg )
424
+ 28 . [ 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 )
424
425
425
426
[ L3GD20 ] : https://crates.io/crates/l3gd20
426
427
[ LSM303DLHC ] : https://crates.io/crates/lsm303dlhc
@@ -499,6 +500,9 @@ have achieved the "released" status (published on crates.io + documentation / sh
499
500
[ VEML6075 ] : https://crates.io/crates/veml6075
500
501
[ 27 ] : https://blog.eldruin.com/veml6075-uva-uvb-uv-index-light-sensor-driver-in-rust/
501
502
503
+ [ rotary-encoder-hal ] : https://crates.io/crates/rotary-encoder-hal
504
+ [ 28 ] : https://leshow.github.io/post/rotary_encoder_hal/
505
+
502
506
* NOTE* You may be able to find even more driver crates by searching for the [ ` embedded-hal-driver ` ]
503
507
keyword on crates.io!
504
508
You can’t perform that action at this time.
0 commit comments