Przeglądaj źródła

Update changelog and readme

anfractuosity 1 rok temu
rodzic
commit
2ef509e93d
2 zmienionych plików z 7 dodań i 0 usunięć
  1. 4 0
      docs/CHANGELOG.md
  2. 3 0
      docs/README.md

+ 4 - 0
docs/CHANGELOG.md

@@ -1,3 +1,7 @@
+## v0.4
+
+Add simple spectrum analyser
+
 ## v0.3
 
 Fix compilation issue

+ 3 - 0
docs/README.md

@@ -14,3 +14,6 @@ Oscilloscope application - apply signal to pin 16/PC0, with a voltage ranging fr
 
 * Setup screen also enables you to choose the capture mode, to save samples to the SD card (currently 128 samples).  You can
 parse this data using the Python script in the flipperscope repo.
+
+* Setup screen allows you to choose an FFT option, to display a simple spectrum analyser.  You can alter the size of
+the FFT window also.