embedded-simple-ui 1.0.0

Simple UI elements (LED, hw switch, etc.) with implementations on top of embedded-hal and embedded-time crates
Documentation
# embedded-simple-ui

## Overview

`embedded-simple-ui` provides simple UI elements implementations such as LED, hardware switch, etc., built on top of the `embedded-hal` and `embedded-time` crates.

## Features

- LED control
- Hardware switch interface
- Easy integration with `embedded-hal` and `embedded-time`

## Installation

Add `embedded-simple-ui` to your `Cargo.toml`:

```toml
[dependencies]
embedded-simple-ui = "1.0.0"
```

## Usage

TODO: add usage and examples
```rust
// Add code examples here
```

## Contributing

Contributions are welcome! Please see our [contribution guidelines](CONTRIBUTING.md).

## License

This project is licensed under the Apache 2.0 License - see the [LICENSE](LICENSE) file for details.