소스 검색

Update changelog and readme

anfractuosity 1 년 전
부모
커밋
2ef509e93d
2개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  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
 ## v0.3
 
 
 Fix compilation issue
 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
 * 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.
 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.