This shows you the differences between two versions of the page.
| et:temp [2014/03/06 14:09] – tekitatud raivo.sell | et:temp [2020/07/20 12:00] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | Mootorite kasutamine ja seadistamine | ||
| + | <code c> | ||
| + | // Mootori teek | ||
| + | #include < | ||
| + | |||
| + | // Mootori kasutamine | ||
| + | int main(void) | ||
| + | { | ||
| + | dcmotor_init(0); | ||
| + | dcmotor_drive(0, | ||
| + | servomotor_init(0); | ||
| + | servomotor_position(0, | ||
| + | } | ||
| + | </ | ||