-> Bascom-Hilfe!
"Servo" ist eine festgelegte Bascom-Funktion!...
When you use for example :
Config Servos = 2 , Servo1 = Portb.0 , Servo2 = Portb.1 , Reload = 10
The internal ISR will execute every 10 uS.
An arrays named SERVO() will be created and it can hold 2 bytes : servo(1) and servo(2).
...
Lesezeichen