This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| en:examples:setup:windows:eclipse_v5 [2012/05/28 10:02] – raivo.sell | en:examples:setup:windows:eclipse_v5 [2020/07/20 09:00] (current) – created - external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 136: | Line 136: | ||
| If compilation of this code is also successful, the development environment was set up correctly. | If compilation of this code is also successful, the development environment was set up correctly. | ||
| - | ~~PB~~ | + | < |
| ===== Loading the code into microcontroller ===== | ===== Loading the code into microcontroller ===== | ||
| Line 157: | Line 157: | ||
| {{: | {{: | ||
| - | ===== Ujukoma-arvude kasutamine | + | ===== Using floating-point variables |
| - | Mõnikord tekib vajadus | + | It is sometimes necessary in AVR programs to use floating-point variables. For calculating with them and presenting with //printf//-type functions, the following changes are necessary in the configuration of the project: |
| - | 1. Avada projekti seaded menüüst | + | **1.** Open the configuration of the project from the menu //File → Properties//. On the leftside panel open //AVR C Linker → Libraries//, where in addition to HomeLab library other library objects must be included |
| - | 2. Seejärel tuleb avada AVR C Linker → General | + | **2.** Then open //AVR C Linker → General// and into box of //Other Arguments// |
| {{: | {{: | ||
| Line 169: | Line 169: | ||
| {{: | {{: | ||
| - | 3. Vajutada | + | **3.** Press OK and close configuration window. |