Content originally posted in LPCWare by kacso on Fri Jul 20 10:32:05 MST 2012
Hi, me again :D.
I don't know if anyone ask before.
How to link library to a my own project?
For example I need to use gpio.h and the only way I know to do is to copy gpio.h in my project and it works. But in examples they doesn't do that. I try to copy whole code from example (oled_periph) in my own project and it occurs me error for every include. In properties->project references I put tick as is in example and still doesn't works.
May I get some help? ;)