This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| en:software:homelab:library [2010/04/13 09:59] – raivo.sell | en:software:homelab:library [Unknown date] (current) – external edit (Unknown date) 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== HomeLab | + | ====== |
| - | HomeLab library is composed of several C language header files (with " | + | HomeLab library is composed of several C language header files (with " |
| - | HomeLab library installer is freely available on the HomeLab web-page. Users who are interested in customizing the library can also download the source code for it. | + | [{{ : |
| + | |||
| + | Step-by-step AVR development software installation instructions for Windows and Linux are written in the first chapter of practical examples. Although different practical examples use various parts of the library, all of them must include a static library (" | ||
| + | |||
| + | <code c> | ||
| + | #include < | ||
| + | #include < | ||
| + | </ | ||
| + | |||
| + | If HomeLab library is not used, then the following avrlibc header file needs to be included into the project: | ||
| + | |||
| + | <code c> | ||
| + | #include < | ||
| + | </ | ||
| + | |||
| + | In the HomeLab library, this file is already included in the //pin.h// file. | ||
| + | |||
| + | HomeLab library installer is freely available on the HomeLab web-page. Users who are interested in customizing the library can also download the source code for it. The following chapters describe the functionality of the library. | ||