From cb28463346420f82534ec149512eafbd33525920 Mon Sep 17 00:00:00 2001 From: Guillaume Riou Date: Sun, 18 May 2014 09:17:28 -0400 Subject: The signal path is now final, the interface code for the knobs is written. --- lfoFreqArray.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lfoFreqArray.h') 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 -// 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, -- cgit v1.3