Skip to content

vonshirco/arduinoLibrariesForProteus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arduino Libraries For Proteus

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. 🛠️

Libraries Included

Usage

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

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.

  1. Fork the Repository: Click the "Fork" button at the top right of this repository to create a copy in your own GitHub account.

  2. Clone the Repository: Clone your forked repository to your local machine using the following command:

    git clone https://github.com/vonshirco/arduinoLibrariesForProteus.git
  3. Create a New Branch: Create a new branch for your feature or bug fix:

    git checkout -b feature/new-library
  4. Add Your Library: Add your library files to the appropriate folder within the repository.

  5. Commit Your Changes: Commit your changes with a descriptive commit message:

    git commit -m "Add new library for XYZ sensor"
  6. Push to Your Fork: Push your changes to your forked repository:

    git push origin feature/new-library
  7. 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.

  8. 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.

About

Arduino Libraries for Proteus from The Engineering Projects, important most common modules

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published