enelson1001

Results 3 issues of enelson1001

added SSD1306 I2C version fix build_test.sh update README.md

Adding receive capability to RMT. I am new to rust so code should be reviewed as it might not represent the rust way of doing things.

I got lost on your example for using shared-bus with threads. My cargo.toml file in [dependencies] ``` shared-bus = {git = "https://github.com/Rahix/shared-bus.git", version = "0.2.3", features = ["eh-alpha", "std"]} ```...

question