Skip to content

Releases: ArchontisKostis/SimpleComponents

SimpleComponents v1.0.1

02 Jan 15:05
Compare
Choose a tag to compare

SimpleComponents 🔌

Welcome to SimpleComponents, a library for Arduino that makes it easy to use various electronic components in your projects. With SimpleComponents, you can quickly and easily incorporate LEDs, potentiometers, and other components into your Arduino sketches. 🚀

Changes in v1.0.1

  • Added a comment on all code files indicating the GPL-3.0 license under which the library is released.

Note: These changes do not affect the functionality of the library in any way. They are purely for licensing purposes.

Installing from the Releases Page (here) 📥

  1. Download the latest release from the releases page.
  2. Extract the zip file.
  3. In the Arduino IDE, go to Sketch > Include Library > Add .ZIP Library.
  4. Select the extracted zip file and click "Open."

Usage 🤖

To use the SimpleComponents library in your Arduino sketch, include it at the top of your sketch:

#include <SimpleComponents.h>

Then, you can access the various functions and classes provided by the library for controlling electronic components such as LEDs and potentiometers. Consult the library's documentation for more information on how to use these. 🤓

Examples 💡

The SimpleComponents library comes with several example sketches that demonstrate how to use the various functions and classes provided by the library. To access these examples, go to File > Examples > SimpleComponents in the Arduino IDE. 💻

Documentation 📖

For detailed documentation on the functions and classes provided by the SimpleComponents library, please refer to the library's documentation. 📚

Features 💪

The SimpleComponents library currently provides the following features:

  • Control of LED components
  • Reading of potentiometer values

We are constantly working on improving and adding new features to the SimpleComponents library.

Contributing 🤝

We welcome contributions to the SimpleComponents library! If you have an idea for a new feature or have found a bug, please open an issue on GitHub. If you'd like to contribute code, please follow our contributing guidelines and open a pull request.

License 📜

The SimpleComponents library is licensed under the GNU General Public License (GPL). Please see the LICENSE file for more information.

Thank you for using SimpleComponents! 🙌

SimpleComponents v1.0.0

31 Dec 17:33
42d9713
Compare
Choose a tag to compare

SimpleComponents 🔌

Welcome to SimpleComponents, a library for Arduino that makes it easy to use various electronic components in your projects. With SimpleComponents, you can quickly and easily incorporate LEDs, potentiometers, and other components into your Arduino sketches. 🚀

Installing from the Releases Page (here) 📥

  1. Download the latest release from the releases page.
  2. Extract the zip file.
  3. In the Arduino IDE, go to Sketch > Include Library > Add .ZIP Library.
  4. Select the extracted zip file and click "Open."

Usage 🤖

To use the SimpleComponents library in your Arduino sketch, include it at the top of your sketch:

#include <SimpleComponents.h>

Then, you can access the various functions and classes provided by the library for controlling electronic components such as LEDs and potentiometers. Consult the library's documentation for more information on how to use these. 🤓

Examples 💡

The SimpleComponents library comes with several example sketches that demonstrate how to use the various functions and classes provided by the library. To access these examples, go to File > Examples > SimpleComponents in the Arduino IDE. 💻

Documentation 📖

For detailed documentation on the functions and classes provided by the SimpleComponents library, please refer to the library's documentation. 📚

Features 💪

The SimpleComponents library currently provides the following features:

  • Control of LED components
  • Reading of potentiometer values

We are constantly working on improving and adding new features to the SimpleComponents library.

Contributing 🤝

We welcome contributions to the SimpleComponents library! If you have an idea for a new feature or have found a bug, please open an issue on GitHub. If you'd like to contribute code, please follow our contributing guidelines and open a pull request.

License 📜

The SimpleComponents library is licensed under the GNU General Public License (GPL). Please see the LICENSE file for more information.

Thank you for using SimpleComponents! 🙌