Mercurial > hg > beaglert
comparison include/I2c_Codec.h @ 145:8ff5668bbbad
Further updates and refactoring of the I2c_Codec class
author | Giulio Moro <giuliomoro@yahoo.it> |
---|---|
date | Mon, 14 Sep 2015 21:38:09 +0100 |
parents | d064234468cd |
children | e9c9404e3d1f 94751ad27fd6 |
comparison
equal
deleted
inserted
replaced
142:d064234468cd | 145:8ff5668bbbad |
---|---|
23 { | 23 { |
24 short unsigned int pllJ; | 24 short unsigned int pllJ; |
25 short unsigned int pllD; | 25 short unsigned int pllD; |
26 short unsigned int pllP; | 26 short unsigned int pllP; |
27 short unsigned int pllR; | 27 short unsigned int pllR; |
28 short unsigned int anotherField; | |
29 public: | 28 public: |
30 int writeRegister(unsigned int reg, unsigned int value); | 29 int writeRegister(unsigned int reg, unsigned int value); |
31 | 30 |
32 int initCodec(); | 31 int initCodec(); |
33 int startAudio(int dual_rate); | 32 int startAudio(int dual_rate); |