Skip to content

Commit

Permalink
Added: comment
Browse files Browse the repository at this point in the history
todo readScales should finish in the predicted time.
  • Loading branch information
kkirpichnikov authored Oct 4, 2022
1 parent 30c59db commit 00fe497
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/func.h
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ void handleMeta() {
float readScales(int times) {
float sum = 0;
for (int i = 0; i < times; i++) {
// todo readScales should finish in predicted time.
uint32_t result;
do {
result = scale.read();
Expand Down

0 comments on commit 00fe497

Please sign in to comment.