# RsPortal Aims to be a higher-level interface to the [PyPortal]. Exposes preconfigured devices for use with relevant libraries. Each peripheral is limited by feature, so you can only include the dependencies you need. Currently implemented: * Display for [embedded-graphics] * Neopixel for [smart-leds] Still todo: * ESP wifi coprocessor * USB support * temperature sensor * light sensor * speaker * sdcard [PyPortal]: https://www.adafruit.com/product/4116 [embedded-graphics]: https://crates.io/crates/embedded-graphics [smart-leds]: https://crates.io/crates/smart-leds