PSDR/Source/include
Michael Colton 4d89e8ab01 Further improvements to the menu system. Now, rather than a red underline, the item itself turns red. Logic for updating runtime settings and updating the display is improved. Main() is streamlined. Looks rather nice, if I do say so myself.
Does seem a little slow sometimes. Not sure why it would be (not more than it was before, anyway) Also, if you move through menu items too fast, some of them stay highlighted incorrectly.
2014-07-26 23:20:58 -06:00
..
Adafruit_GFX.h Initial commit to GitHub. 2014-06-22 17:49:43 -06:00
Adafruit_ILI9340.h Initial commit to GitHub. 2014-06-22 17:49:43 -06:00
adc.h Initial commit to GitHub. 2014-06-22 17:49:43 -06:00
BlinkLed.h Initial commit to GitHub. 2014-06-22 17:49:43 -06:00
dds.h Initial commit to GitHub. 2014-06-22 17:49:43 -06:00
hal.h The main thing here is moving the FFT/Filtering/IFFT to a timer interrupt that has a lower priority than the audio capture/playback timer interrupt. This way I don't care how slow the display code runs in the main loop (for now) enabling me to have the audio processing and the display working at the same time. 2014-07-14 01:41:46 -06:00
images.h Further improvements to the menu system. Now, rather than a red underline, the item itself turns red. Logic for updating runtime settings and updating the display is improved. Main() is streamlined. Looks rather nice, if I do say so myself. 2014-07-26 23:20:58 -06:00
main.h Starting to (slowly) make changes to the schematic for the next hardware version. 2014-07-26 19:07:45 -06:00
misc.h Initial commit to GitHub. 2014-06-22 17:49:43 -06:00
spi.h Initial commit to GitHub. 2014-06-22 17:49:43 -06:00
stm32f4xx_hal_conf.h Initial commit to GitHub. 2014-06-22 17:49:43 -06:00
stm32f4xx_it.h Initial commit to GitHub. 2014-06-22 17:49:43 -06:00
Timer.h Initial commit to GitHub. 2014-06-22 17:49:43 -06:00