Update AnalogOut.h

pull/10940/head
mjm2017 2019-07-03 06:51:04 +02:00 committed by GitHub
parent b0795821a1
commit c6fbcb4efe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -138,7 +138,8 @@ public:
virtual ~AnalogOut()
{
// deinitialize the pin configuration totally. This should allow chaining the definition of the pin
/* Deinitialize the pin configuration totally.
This should allow changing the definition of the pin */
analogout_free(&this->_dac);
}