Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To install the library, you can simply clone the repository: opendevice-hardwarelib-libraries e copy the arduino/OpenDevice  to arduino and put OpenDevice in /libraries folder of your Arduino folder.
Or you can also download the repository as a ZIP file and extract it in the /libraries folder.Arduino.

git clone https://github.com/OpenDevice/opendevice-lib-arduino OpenDevice

 You can also install through the Library Manager

Please note that the library also requires some other libraries to function properly, when used with other connection types or sensors, like the library UIPEthernet for the Enc28j60 chip.

You can find all the links inside the README file of the library.

For a more detailed guide:

httpshttp://learnwww.sparkfunarduino.comcc/tutorials/installing-an-arduino-libraryhttps://learn.adafruit.com/adafruit-all-about-arduino-libraries-install-useen/guide/libraries

Step 2 - Upload example in to Arduino

...