please help wiring.h

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

please help wiring.h

1,662件の閲覧回数
nguga
Contributor I

please i am new here and i do not know exactly were to post this question , but i will try here .

i found a source code for a synthesizer on the net called  dsp-g1 , the source code is here:

The dsp-G1 Analog Modeling Synthesizer Source Code · GitHub

it uses the LPC810  , i download the adafruit code base for this chip that is here :

GitHub - microbuilder/LPC810_CodeBase: Open source code base for the ARM Cortex M0+ LPC810 family fr... 

then imported to LPCxpresso .

then i replace the main.c with the source code of the dsp-g1 synth

then i Build , but LPCXpresso gives error...   that    wiring.h  and sct_fsm.h     are not found :smileysad:

please were do i can get that files ?

there are only 3 includes in the source code :

#include "wiring.h"
#include "LPC8xx.h"

#include "sct_fsm.h"
 

excuse my ignorance and my bad english  , Thanks in advance !

ラベル(3)
0 件の賞賛
返信
1 返信

1,245件の閲覧回数
lpcxpresso_supp
NXP Employee
NXP Employee

You can find a copy of the post the author of this code posted (originally on the old LPCware site) at : The dsp-G1 analog modeling synthesizer. And the author appears to have a site at: dsp-G1 | DIY Synthesizer 

I suggest you try contacting him for the headers he uses.

Regards,

LPCXpresso Support

0 件の賞賛
返信