Method
enableINCR
///////////////////////////////////////////////////// ADC PART
Source from the content-addressed store, hash-verified
| 71 | // ADC PART |
| 72 | // |
| 73 | void PCF8591::enableINCR() |
| 74 | { |
| 75 | _control |= PCF8591_INCR_FLAG; |
| 76 | }; |
| 77 | |
| 78 | |
| 79 | void PCF8591::disableINCR() |