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 /pitchbendArray.h | |
| parent | 608179b3b15e2fe1a3e4d3cddac67eec22620880 (diff) | |
The signal path is now final, the interface code for the knobs is written.
Diffstat (limited to 'pitchbendArray.h')
| -rw-r--r-- | pitchbendArray.h | 3 |
1 files changed, 1 insertions, 2 deletions
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 <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"))) PB_ARRAY[] = { -1.0, -0.984375, -0.96875, -0.953125, -0.9375, -0.921875, -0.90625, -0.890625, |
