This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #*************************************************************************************** | |
| # Code for Controlling Pi Volume Using Rotary Encoder | |
| # Original Code: https://bit.ly/2OcaQGq | |
| # Re-Written by Sid for Sid's E Classroom | |
| # https://www.youtube.com/c/SidsEClassroom | |
| # All text above must be included in any redistribution. | |
| # If you find this useful and want to make a donation -> https://paypal.me/sidsclass | |
| # *************************************************************************************** | |
| from RPi import GPIO |