please help wiring.h

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

please help wiring.h

890 Views
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 Kudos
1 Reply

474 Views
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 Kudos