Metadata-Version: 2.1
Name: arduino-python-controller
Version: 0.1.3
Summary: Python package to easily control an arduino using Python.
Home-page: https://github.com/Amzu-bzh/arduino-controller
Author: Amaury GODOT
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Description-Content-Type: text/markdown
Requires-Dist: pyfirmata >=1.1.0

# Arduino Controller

Arduino Controller is a Python package designed to simplify Arduino usage for students and beginners. It provides an easy-to-use interface for managing boards, LEDs, and buttons using Python code.

## Features

- Board management
- Button management
- LED management
- Simple API for component control

## Installation

Install the package using pip:

```sh
pip install arduino-controller
```
