hi all, I had created some libraries. Those libraries require some pin definitions. My question is, how do I extern sbit ??? Plz Help...
Thank You, I read and did same. But now I am getting warning
*** WARNING L1: UNRESOLVED EXTERNAL SYMBOL
and also
*** WARNING L2: REFERENCE MADE TO UNRESOLVED EXTERNAL
why this is happening???
Most common reason: Because you only have included a header file but have forgotten to also link the library file.