Fix rd53bReadRingosc to be compatible with module QC
The following changes are made:
- remove all loggers
- change output format of rosc values such that every value is separated by a space, not
\n
for(int i=0; i<42; i++) {std::cout << RingValuesFreq[i] << " ";}
std::cout << std::endl;
Tagging @theim