Question
Using GPIO Library
Posted on February 12, 2013 at 23:04
I'm learning how to use ST micros (after years of using PICs) and I am struggling to integrate the GPIO files. I added the stm8s_gpio.c to my project and this fixed the UNRESOLVED EXTERNAL errors however now I get a C000 and C014 error stating that ''vu8'' is undefined.
What is a ''vu8'' and do I need to declare it somewhere else? I have attached my project file if that would be helpful. Thanks JM