Skip to content

Commit

Permalink
adding library file
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioArrighi committed May 28, 2024
1 parent 1165f93 commit 7564ac9
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions library.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "ACS71020",
"version": "0.1.0",
"description": "The \"ACS71020\" is a sensor from Allegro to measure current voltage and power",
"keywords": "multimeter, hall, ACS71020",
"repository":
{
"type": "git",
"url": "https://github.com/SergioArrighi/ACS71020.git"
},
"authors":
[
{
"name": "Sergio Arrighi",
"url": "https://www.sarrighi.info",
"maintainer": true
}
],
"license": "MIT",
"frameworks": "Arduino",
"platforms": "*"
}
2 changes: 1 addition & 1 deletion src/ACS71020.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef ACS71020_h
#define ACS71020_h

#include "Arduino.h"
#include <Arduino.h>
#include <Wire.h>

const uint8_t DEFAULT_I2C_ADDRESS = 0x60;
Expand Down

0 comments on commit 7564ac9

Please sign in to comment.