File tree Expand file tree Collapse file tree 4 files changed +8
-5
lines changed
Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -11,13 +11,15 @@ gram2kilo KEYWORD2
1111kilo2gram KEYWORD2
1212lbs2ounce KEYWORD2
1313ounce2lbs KEYWORD2
14+
1415stone2lbs KEYWORD2
1516lbs2stone KEYWORD2
1617stone2kilo KEYWORD2
1718kilo2stone KEYWORD2
1819US2metric KEYWORD2
1920metric2US KEYWORD2
2021
22+
2123# Instances (KEYWORD2)
2224
2325
Original file line number Diff line number Diff line change 1515 "type" : " git" ,
1616 "url" : " https://github.com/RobTillaart/weight"
1717 },
18- "version" : " 0.1.1 " ,
18+ "version" : " 0.1.2 " ,
1919 "license" : " MIT" ,
2020 "frameworks" : " arduino" ,
2121 "platforms" : " *"
Original file line number Diff line number Diff line change 11name =weight
2- version =0.1.1
2+ version =0.1.2
33author =Rob Tillaart <
[email protected] >
44maintainer =Rob Tillaart <
[email protected] >
55sentence =Library of weight conversion functions
Original file line number Diff line number Diff line change 22//
33// FILE: weight.h
44// AUTHOR: Rob Tillaart
5- // VERSION: 0.1.1
5+ // VERSION: 0.1.2
66// PURPOSE: Collection weight conversion functions
7- // URL: https://github.com/RobTillaart/HX711
7+ // URL: https://github.com/RobTillaart/weight
88//
99// HISTORY:
1010// 0.1.0 2020-06-16 initial version
1111// 0.1.1 2021-01-09 add uarduino-ci + unit test
12+ // 0.1.2 2021-01-09 fix URL
1213
1314
1415#include "Arduino.h"
1516
1617
17- #define WEIGHT_LIB_VERSION (F("0.1.1 "))
18+ #define WEIGHT_LIB_VERSION (F("0.1.2 "))
1819
1920
2021float lbs2kilo (float lbs ) { return lbs * 0.45359237 ; };
You can’t perform that action at this time.
0 commit comments