Test the use of a reverse burst at the end of a transmission.

This commit is contained in:
Jonathan Naylor
2020-07-14 12:20:42 +01:00
parent 20013e3adc
commit dc41fd83d2
5 changed files with 22 additions and 9 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ public:
uint8_t setParams(uint8_t frequency, uint8_t level);
q15_t getAudio();
q15_t getAudio(bool reverse);
private:
q15_t* m_values;