/**
* @file DAC5.h
* @brief 5-bit binary-weighted DAC
* @details Lab 5. Digital Piano using a Digital to Analog Converter
* For more information see
https://docs.google.com/document/d/1DVmHjqsx24FvLp4x8KKyr5UmDeDlBlfeQPsVvKFQF_k/edit
* @version ECE319K Spring 2024
* @author Your names go here
* @copyright Lab solution, do not post,
* @warning AS-IS
* @note For more information see http://users.ece.utexas.edu/~valvano/
* @date October 2, 2023
| Pin | GPIO | Hardware |
|---|---|---|
| PB4 | output | bit 4 (most significant) |
| PB3 | output | bit 3 |
| PB2 | output | bit 2 |
| PB1 | output | bit 1 |
| PB0 | output | bit 0 (least significant) |