![]() |
Viking Skull Lamp
V1.0.1
|
#include "Arduino.h"Go to the source code of this file.
Classes | |
| class | musicChannel |
| This object is used to process audio data. More... | |
Macros | |
| #define | SOUND_MID A0 |
| The mid-range filter is connected to pin A0 on the Arduino. More... | |
| #define | SOUND_HIGH A1 |
| The high-range filter is connected to pin A1 on the Arduino. More... | |
| #define | SOUND_LOW A3 |
| The low-range filter is connected to pin A3 on the Arduino. More... | |
| #define | SOUND_PEAK A2 |
| The peak-detector is connected to pin A2 on the Arduino. More... | |
Variables | |
| musicChannel | peak |
| Peak detector object. More... | |
| #define SOUND_HIGH A1 |
The high-range filter is connected to pin A1 on the Arduino.
Definition at line 39 of file musicVisualizer.hpp.
| #define SOUND_LOW A3 |
The low-range filter is connected to pin A3 on the Arduino.
Definition at line 42 of file musicVisualizer.hpp.
| #define SOUND_MID A0 |
The mid-range filter is connected to pin A0 on the Arduino.
Definition at line 36 of file musicVisualizer.hpp.
| #define SOUND_PEAK A2 |
The peak-detector is connected to pin A2 on the Arduino.
Definition at line 45 of file musicVisualizer.hpp.
|
extern |
Peak detector object.