MCP342x icon indicating copy to clipboard operation
MCP342x copied to clipboard

list of functions

Open Fluxanode opened this issue 3 years ago • 2 comments

I this lib supported anymore?

It would be really cool if there was a list of the functions and their usage.

Fluxanode avatar Aug 24 '22 18:08 Fluxanode

is wire.h your 2wire lib or where is this library downloaded?

Fluxanode avatar Aug 24 '22 18:08 Fluxanode

The library is released under the GNU Lesser General Public License v2.1, so there is no liability and no warranty. In light of that I don't know what you mean by "supported". The library is over 10 years old and well tested, being used on a continual basis for data recording of several scientific projects. The last release was to fix a typo, so hopefully all the major bugs were shaken out a long time ago.

The easiest way to find the available functions is to read the class header file. The library already contains some examples on how to use it, and follows the Arduino standard of including them in the examples directory. If you install the library in the Arduino IDE the examples will be presented to you from the File | Examples menu options.

I haven't created a Read The Docs page for this library although I have done for some other Arduino libraries such as AsyncDelay; maybe one day I will add it. Feel free to create a pull-request - just follow what I did for AsyncDelay.

As the README states:

For the low level I2C protocol this library depends on the Arduino Wire library.

Wire.h is part of the standard Arduino Wire library.

stevemarple avatar Aug 27 '22 10:08 stevemarple