/* ###################################################################
**     Filename    : Software_Version_Control.txt
**     Project     : ClassD
**     Processor   : MKV10Z32VLF7
**     Component   :
**     Version     :
**     Compiler    :
**     Created on  : June 15, 2015
**     Author      : Marcelo Pires Macedo
**     Abstract    :
**         This file is used to inform the sofware implementations
**         across the versions
** ###################################################################*/

V1_0
 - Power supply at aprox 1% duty cycle
 - Audio working trough FTM0
 - LEDs implemented.
 Improvement for next versions: There is an audio noise due to power supply switching, try to fix it.
 
 V1_1
 - Mute implemented (Need to decrease power supply during mute state otherwise the voltage increases a lot)
 - ADC is now on 16 bit
 Improvement for next versions: Implement a dinamic PSU control along with bits mapping in order to have good sound quality at low volumes. 
 
 V1_2
  - Mute is implemented without changing the power supply, it just set duty cycle to 50%
  - Audio is working good for high volumes, but for low volume there is a quantization issue. Try to move output pwm to 11 bits on next version
 