diff options
| author | Guillaume Riou <guiloua2@hotmail.com> | 2014-05-18 09:17:28 -0400 |
|---|---|---|
| committer | Guillaume Riou <guiloua2@hotmail.com> | 2014-05-18 09:17:28 -0400 |
| commit | cb28463346420f82534ec149512eafbd33525920 (patch) | |
| tree | bdc5500c75ec5d1fa488a070a9ee4ff917967282 /lfoFreqArray.h | |
| parent | 608179b3b15e2fe1a3e4d3cddac67eec22620880 (diff) | |
The signal path is now final, the interface code for the knobs is written.
Diffstat (limited to 'lfoFreqArray.h')
| -rw-r--r-- | lfoFreqArray.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lfoFreqArray.h b/lfoFreqArray.h index 53ebdd1..b5bbc44 100644 --- a/lfoFreqArray.h +++ b/lfoFreqArray.h @@ -25,8 +25,7 @@ # include "WProgram.h" #endif #include <avr/pgmspace.h> -// La grosse ligne incomprehensible est un macro utilisé par GCC pour mettre la variable dans -// la memoire flash du microcontroleur. +//An array of floats declared in the ROM section of the arduino. const float __attribute__ ((section(".progmem.data"))) LFO_ARRAY[] = { 0.1, 0.15843137254901962, 0.2168627450980392, 0.2752941176470588, |
