Skip to content

Issue with library dictionary #98

@imjinoh

Description

@imjinoh

First, thanks for great project.

I have issue with version 2.x.x. when trying to use arduinoFFT in ArduinoIDE.
This does not happen with version 1.6.2.

Device I am trying to use is M5stickC Plus2, esp32-pico-v3-02 base.

Please ignor m5 error. Is there something wrong with what I have done?
I have been trying for few days and it just does not work.

thanks.

C:\Users\HOME\Desktop\pano\evilClock-main\evilClock-main\evilClock\evilClock.ino:7:1: error: 'arduinoFFT' does not name a type; did you mean 'ArduinoFFT'?

arduinoFFT FFT = arduinoFFT();

^~~~~~~~~~

ArduinoFFT

C:\Users\HOME\Desktop\pano\evilClock-main\evilClock-main\evilClock\evilClock.ino: In function 'void setup()':

C:\Users\HOME\Desktop\pano\evilClock-main\evilClock-main\evilClock\evilClock.ino:14:6: error: 'class m5::M5Unified' has no member named 'Axp'

M5.Axp.ScreenBreath(9);

  ^~~

C:\Users\HOME\Desktop\pano\evilClock-main\evilClock-main\evilClock\evilClock.ino: In function 'void loop()':

C:\Users\HOME\Desktop\pano\evilClock-main\evilClock-main\evilClock\evilClock.ino:20:19: error: 'class m5::M5Unified' has no member named 'Axp'

 vReal[i] = M5.Axp.GetMicVoice();

               ^~~

C:\Users\HOME\Desktop\pano\evilClock-main\evilClock-main\evilClock\evilClock.ino:25:3: error: 'FFT' was not declared in this scope

FFT.Windowing(vReal, SAMPLES, FFT_WIN_TYP_HAMMING, FFT_FORWARD);

^~~

exit status 1

Compilation error: 'arduinoFFT' does not name a type; did you mean 'ArduinoFFT'?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions