kopia lustrzana https://github.com/kosme/arduinoFFT
Use correct separator in keywords.txt
The Arduino IDE requires the use of a tab separator between the name and identifier. Without this tab the keyword is not highlighted. Reference: https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#keywordspull/8/head
rodzic
690c071206
commit
980333ae63
16
keywords.txt
16
keywords.txt
|
@ -6,16 +6,16 @@
|
||||||
# Datatypes (KEYWORD1)
|
# Datatypes (KEYWORD1)
|
||||||
#######################################
|
#######################################
|
||||||
|
|
||||||
PlainFFT KEYWORD1
|
PlainFFT KEYWORD1
|
||||||
|
|
||||||
#######################################
|
#######################################
|
||||||
# Methods and Functions (KEYWORD2)
|
# Methods and Functions (KEYWORD2)
|
||||||
#######################################
|
#######################################
|
||||||
|
|
||||||
complexToMagnitude KEYWORD2
|
complexToMagnitude KEYWORD2
|
||||||
compute KEYWORD2
|
compute KEYWORD2
|
||||||
windowing KEYWORD2
|
windowing KEYWORD2
|
||||||
exponent KEYWORD2
|
exponent KEYWORD2
|
||||||
swap KEYWORD2
|
swap KEYWORD2
|
||||||
revision KEYWORD2
|
revision KEYWORD2
|
||||||
majorPeak KEYWORD2
|
majorPeak KEYWORD2
|
Ładowanie…
Reference in New Issue