Skip to content

Commit 0575730

Browse files
authored
Merge pull request #6 from vnmhung/patch-2
Update SparkFun_5P49V60.h
2 parents 03a3c9b + 866d13a commit 0575730

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/SparkFun_5P49V60.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ class SparkFun_5P49V60
347347

348348
uint32_t readFractDivFodOne();
349349

350-
void setIntDivOutOne(uint8_t);
350+
void setIntDivOutOne(uint16_t);
351351

352352
uint16_t readIntDivOutOne();
353353

@@ -375,7 +375,7 @@ class SparkFun_5P49V60
375375

376376
void auxControlTwo(uint8_t);
377377

378-
void setIntDivOutTwo(uint8_t);
378+
void setIntDivOutTwo(uint16_t);
379379

380380
uint16_t readIntDivOutTwo();
381381

@@ -403,7 +403,7 @@ class SparkFun_5P49V60
403403

404404
void auxControlThree(uint8_t control);
405405

406-
void setIntDivOutThree(uint8_t);
406+
void setIntDivOutThree(uint16_t);
407407

408408
uint16_t readIntDivOutThree();
409409

@@ -431,7 +431,7 @@ class SparkFun_5P49V60
431431

432432
void auxControlFour(uint8_t control);
433433

434-
void setIntDivOutFour(uint8_t);
434+
void setIntDivOutFour(uint16_t);
435435

436436
uint16_t readIntDivOutFour();
437437

0 commit comments

Comments
 (0)