Skip to content

Commit

Permalink
Rename to DC power sensor library
Browse files Browse the repository at this point in the history
  • Loading branch information
Erriez committed Aug 29, 2020
1 parent bbf3452 commit 53670f3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ DOXYFILE_ENCODING = UTF-8
# title of most generated pages and in a few other places.
# The default value is: My Project.

PROJECT_NAME = "Erriez I2C/SMB Voltage/Current/Power sensor library for Arduino"
PROJECT_NAME = "Erriez I2C/SMB DC Voltage/Current/Power sensor library for Arduino"

# The PROJECT_NUMBER tag can be used to enter a project or revision number. This
# could be handy for archiving the generated documentation or if some version
Expand All @@ -44,7 +44,7 @@ PROJECT_NUMBER = 1.0.0
# for a project that appears at the top of each page and should give viewer a
# quick idea about the purpose of the project. Keep the description short.

PROJECT_BRIEF = "This is an I2C/SMB Voltage/Current/Power sensor library for Arduino"
PROJECT_BRIEF = "This is an I2C/SMB DC Voltage/Current/Power sensor library for Arduino"

# With the PROJECT_LOGO tag one can specify a logo or an icon that is included
# in the documentation. The maximum height of the logo should not exceed 55
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Build Status](https://travis-ci.org/Erriez/ErriezINA219.svg?branch=master)](https://travis-ci.org/Erriez/ErriezINA219)

This is an INA219 I2C/SMB Voltage/Current/Power Monitor library for Arduino.
This is an INA219 I2C/SMB DC Voltage/Current/Power sensor library for Arduino.

![INA219](https://raw.githubusercontent.com/Erriez/ErriezINA219/master/extras/INA219.png)

Expand Down
6 changes: 3 additions & 3 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name=Erriez INA219 Power Sensor
name=Erriez INA219 DC Power Sensor
version=1.0.0
author=Erriez <Erriez@users.noreply.github.com>
maintainer=Erriez <Erriez@users.noreply.github.com>
sentence=Erriez I2C/SMB Voltage/Current/Power sensor library for Arduino
paragraph=This is an INA219 I2C/SMB Voltage/Current/Power sensor library for Arduino
sentence=Erriez I2C/SMB DC Voltage/Current/Power sensor library for Arduino
paragraph=This is an INA219 I2C/SMB DC Voltage/Current/Power sensor library for Arduino
category=Sensors
url=https://github.com/Erriez/ErriezINA219
architectures=*

0 comments on commit 53670f3

Please sign in to comment.