Änderungen

Aus Linkerkit.de

Wechseln zu: Navigation, Suche

LK-Servo

10 Byte hinzugefügt, 16:12, 16. Nov. 2016
/* Codebeispiel Arduino */
</div>
==Codebeispiel Arduino==
<pre class="codebrush:cpp">#include <SoftwareSerial.h>
SoftwareSerial mySerial(3, 2);
//PWM 1
mySerial.print('S'); //Start
mySerial.print(char(1)); //PWM Kanal auswahlchannel selection
mySerial.print(char(i/0xFF)); //Duty HIGH
mySerial.print(char(i%0xFF)); //Duty LOW
}
}</pre>
 
==Codebeispiel Raspberry==
 
==Downloads==
Infos:<br />Deutsch: [[Medium:001359111-an-01-de-SERVOMODUL_FUER_ARDUINO.pdf|001359111-an-01-de-SERVOMODUL_FUER_ARDUINO.pdf]]