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-LibrariesTo update the repo with the newest files, just run these commands
$ cd IoT-Libraries
$ git pullContributions 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