please help wiring.h

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

please help wiring.h

1,679 次查看
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 !

0 项奖励
回复
1 回复

1,262 次查看
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 项奖励
回复