Method
enableDAC
///////////////////////////////////////////////////// DAC PART
Source from the content-addressed store, hash-verified
| 185 | // DAC PART |
| 186 | // |
| 187 | void PCF8591::enableDAC() |
| 188 | { |
| 189 | _control |= PCF8591_DAC_FLAG; |
| 190 | }; |
| 191 | |
| 192 | |
| 193 | void PCF8591::disableDAC() |