Lucky Resistors AS1130 Library
This is a library to access the functionality of the AS1130 chip.
Lucky Resistors AS1130 Library Documentation

Introduction

This library contains a class for a simple access to the AS1130 chip. The goal behind the library is to create a compact layer which will generate simple and easy to understand code without adding too much complexity and size to the final project.

Requirements

This library is writte for Arduino compatible chips. It requires a modern C++ compiler (C++11). The code also uses the "Wire" library from the Arduino project for the I2C communication.

Classes

There is only the lr::AS1130 class. Read the documentation of this class for all details.