File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments