diff options
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, |
