changeset 96:ef9392d077a4

Added methods to I2c_Codec to interact with the PLL
author Giulio Moro <giuliomoro@yahoo.it>
date Thu, 23 Jul 2015 02:36:49 +0100
parents 2fe6690fcab7
children c44fa102d02b
files include/I2c_Codec.h
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/include/I2c_Codec.h	Wed Jul 22 11:38:41 2015 +0100
+++ b/include/I2c_Codec.h	Thu Jul 23 02:36:49 2015 +0100
@@ -28,6 +28,9 @@
 	int startAudio(int dual_rate);
 	int stopAudio();
 
+	int setPllJ(short unsigned int j);
+	int setPllD(unsigned int d);
+	int setPllK(float k);
 	int setDACVolume(int halfDbSteps);
 	int writeDACVolumeRegisters(bool mute);
 	int setADCVolume(int halfDbSteps);