We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5500efd commit 01e8a1eCopy full SHA for 01e8a1e
library.json
@@ -6,7 +6,7 @@
6
"type": "git",
7
"url": "https://github.com/bogde/HX711.git"
8
},
9
- "version": "0.7.4",
+ "version": "0.7.5",
10
"exclude": "tests",
11
"examples": "examples/*/*.ino",
12
"frameworks": "arduino",
library.properties
@@ -1,5 +1,5 @@
1
name=HX711 Arduino Library
2
-version=0.7.4
+version=0.7.5
3
author=Bogdan Necula <bogde@bogde.ro>, Andreas Motl <andreas.motl@elmyra.de>
4
maintainer=Bogdan Necula <bogde@bogde.ro>
5
sentence=Library to interface the Avia Semiconductor HX711 ADC.
platformio.ini
@@ -14,7 +14,7 @@ include_dir = src
14
15
[config]
16
build_flags =
17
- -D VERSION=0.7.4
+ -D VERSION=0.7.5
18
-D DEBUG=1
19
20
src_filter =
0 commit comments