A collection of useful libraries for IoT projects
This repo is a collection of useful libraries that you can use in your IoT devices or projects.
These libraries can be used, for example, in Arduinos or ESP devices.
If you want to clone the repository to your device, just run the following command (ensure you have git
installed):
$ git clone https://github.com/swapnanildutta/IoT-Libraries
To update the repo with the newest files, just run these commands
$ cd IoT-Libraries
$ git pull
Contributions are highly appreciated! You can take a look at the issues page to know if there is something needed. Otherwise, you can submit a pull request by doing these steps:
- Fork the project
- Commit your changes (
git commit -m 'Added some libraries'
) - Push (
git push origin master
) - Open a pull request
Distributed under the MIT License. See LICENSE
for more information.
Swapnanil Dutta - @swapnanildutta1 - [email protected]
Project Link: https://github.com/swapnanildutta1/IoT-Projects