StuntMonkeh
Newbie level 2
- Joined
- Dec 12, 2012
- Messages
- 2
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Activity points
- 1,297
I have just started out programming and I have an STM32VL board.
There are a number of functions I have written in the main.c that I want to put in my own library. How do I go about doing that?
All I can figure out is that I need a '.h' and '.c' file for the library.
Can someone point me in the right direction. Thanks.
There are a number of functions I have written in the main.c that I want to put in my own library. How do I go about doing that?
All I can figure out is that I need a '.h' and '.c' file for the library.
Can someone point me in the right direction. Thanks.