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. --- pitchbendArray.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pitchbendArray.h') diff --git a/pitchbendArray.h b/pitchbendArray.h index ec77837..77662ce 100644 --- a/pitchbendArray.h +++ b/pitchbendArray.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"))) PB_ARRAY[] = { -1.0, -0.984375, -0.96875, -0.953125, -0.9375, -0.921875, -0.90625, -0.890625, -- cgit v1.3