This repository contains a collection of Arduino libraries that can be used with Proteus simulation software to simulate various sensors, modules, and components commonly used in Arduino projects. 🛠️
- Adafruit Fingerprint Sensor Library (v2.0.4) - Library for interfacing with Adafruit fingerprint sensors. 🔒
- Arduino Library for Proteus - Library for Arduino in Proteus. 🤖
- Bluetooth Library for Proteus - Library for Bluetooth communication. 📶
- C945 Library for Proteus - Library for the C945 transistor. 📻
- DS1307 Library for Proteus - Library for the DS1307 real-time clock. ⏰
- Flame Sensor Library for Proteus - Library for flame sensors. 🔥
- Flex Sensor Library for Proteus - Library for flex sensors. 🧊
- GPS Library for Proteus - Library for GPS modules. 🌍
- GSM Library for Proteus - Library for GSM modules. 📞
- Gas Sensor Library for Proteus - Library for gas sensors. 💨
- Heart Beat Sensor Library V2.0 for Proteus - Library for heart rate sensors. 💓
- Infrared Sensor Library for Proteus - Library for infrared sensors. 📡
- L298 Motor Driver Library for Proteus - Library for L298 motor drivers. 🚗
- Magnetic Reed Switch Library for Proteus - Library for magnetic reed switches. 🧲
- New LCD Library for Proteus - New LCD library. 🖥️
- PIR Sensor Library for Proteus - Library for PIR (passive infrared) motion sensors. 🕵️♂️
- Rain Sensor Library for Proteus - Library for rain sensors. 🌧️
- Soil Moisture Sensor Library for Proteus - Library for soil moisture sensors. 💧
- Solar Panel Library for Proteus - Library for solar panels. ☀️
- Sound Sensor Library TEP - Library for sound sensors. 🎵
- Ultrasonic Sensor Library for Proteus - Library for ultrasonic distance sensors. 📏
- Vibration Sensor Library for Proteus - Library for vibration sensors. 📳
- Water Sensor Library for Proteus - Library for water sensors. 💦
- XBee Library for Proteus - Library for XBee modules. 📡
- RF Module Library - Library for RF (radio frequency) modules. 📶
To use these libraries in Proteus, download the corresponding files and import them into your Proteus project. Each library contains sample code and documentation to help you get started with simulating the corresponding hardware component in Proteus. 📘
Contributions to this repository are welcome. If you have a library that you would like to add, please follow the contribution guidelines outlined in the repository.
-
Fork the Repository: Click the "Fork" button at the top right of this repository to create a copy in your own GitHub account.
-
Clone the Repository: Clone your forked repository to your local machine using the following command:
git clone https://github.com/vonshirco/arduinoLibrariesForProteus.git
-
Create a New Branch: Create a new branch for your feature or bug fix:
git checkout -b feature/new-library
-
Add Your Library: Add your library files to the appropriate folder within the repository.
-
Commit Your Changes: Commit your changes with a descriptive commit message:
git commit -m "Add new library for XYZ sensor"
-
Push to Your Fork: Push your changes to your forked repository:
git push origin feature/new-library
-
Create a Pull Request: Go to the GitHub page for your forked repository and create a new pull request. Provide a clear title and description for your pull request, explaining the purpose of your changes.
-
Review and Merge: Once your pull request is submitted, it will be reviewed by the repository maintainers. If everything looks good, your changes will be merged into the main repository. 🚀
Thank you for contributing to our library collection! 🤝
Feel free to customize the content further or add any additional details you find relevant.