Skip to content

Commit ab656d0

Browse files
committed
Updated workflows and README
1 parent 63d63ca commit ab656d0

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.github/workflows/arduino_lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ jobs:
1212
with:
1313
compliance: specification
1414
project-type: library
15+
library-manager: update
1516
recursive: true

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
steps:
1010
- uses: actions/checkout@v2
11-
- uses: DoozyX/clang-format-lint-action@v0.12
11+
- uses: DoozyX/clang-format-lint-action@v0.18.2
1212
with:
1313
source: "./src"
1414
exclude: "./src/libs"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66

77
| ![Load-cell ampfilier HX711 board](https://github.com/SolderedElectronics/Load-cell-ampfilier-HX711-board-hardware-design/blob/main/OUTPUTS/V1.1.1/333005.jpg) |
88
| :------------------------------------------------------------------------------------------------------------------------------------------------------------: |
9-
| [Load-cell ampfilier HX711 board](https://www.solde.red/333005) |
9+
| [Load-cell ampfilier HX711 board](https://solde.red/333005) |
1010

1111
| ![Load-cell ampfilier HX711 board with easyC](https://upload.wikimedia.org/wikipedia/commons/8/8f/Example_image.svg) |
1212
| :------------------------------------------------------------------------------------------------------------------: |
13-
| [Load-cell ampfilier HX711 board with easyC](https://www.solde.red/333006) |
13+
| [Load-cell ampfilier HX711 board with easyC](https://solde.red/333006) |
1414

1515
The HX711 breakout allows you to easily read the weight value from a load-cell sensor (mass sensor). This small ADC is of great precision and is capable of measuring very small changes in the load-cell resistance, whose signals are amplified with the built-in amplifier. Subsequently, this same information is digitally transmitted to a microcontroller that simply converts the numbers obtained into the actual weight. That's why this breakout is very useful for projects with scales or presence sensors, either for individuals or industry.
1616

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version=1.0.0
33
author=Soldered
44
maintainer=Soldered <[email protected]>
55
sentence=Library for controling HX711 sensor.
6-
paragraph=HX711 sensor is used with weight scales to get weight data.
6+
paragraph=The HX711 breakout allows you to easily read the weight value from a load-cell sensor (mass sensor). This small ADC is of great precision and is capable of measuring very small changes in the load-cell resistance, whose signals are amplified with the built-in amplifier. Subsequently, this same information is digitally transmitted to a microcontroller that simply converts the numbers obtained into the actual weight.
77
category=Sensors
88
url=https://solde.red/333006
99
repository=https://github.com/SolderedElectronics/Soldered-HX711-ADC-For-Weight-Scales-Arduino-Library

0 commit comments

Comments
 (0)