kimmoli / SparkFun_ADIN1110_Arduino_Library

Repo for adin1110 single pair ethernet function board arduino library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SparkFun ADIN1110 Arduino Library

SparkFun Single Pair Ethernet Function Board SparkFun Single Pair Ethernet Kit

This library allows the user to send and recieve data using single pair ethernet.

Basic control is provided in the provided SinglePairEthernet Class. This allows the user to set the device MAC address, initialize, and sent and recieve data.

If more control over the ADIN1110 is desired, the advanced class is provided.

Repository Contents

  • /examples - Example sketches for the library (.ino). Run these from the Arduino IDE.
  • /src - Source files for the library (.cpp, .h).
  • keywords.txt - Keywords from this library that will be highlighted in the Arduino IDE.
  • library.properties - General library properties for the Arduino package manager.

Documentation

Product Versions

  • COM-19038- Function board sold by itself
  • KIT-19628- Kit with 2 main board, 2 function boards, 2 processor boards, connecting cable, and screwdriver

Version History

  • v1.0.0 -Initial public release.

License Information

This product is open source!

Please review the LICENSE.md file for license information.

If you have any questions or concerns on licensing, please contact technical support on our SparkFun forums.

Distributed as-is; no warranty is given.

  • Your friends at SparkFun.

About

Repo for adin1110 single pair ethernet function board arduino library

License:Other


Languages

Language:C 94.9%Language:C++ 5.1%