Go to the source code of this file.
Namespaces | |
cambot | |
Functions | |
def | cambot.set_speed |
def | cambot.left_stop |
def | cambot.left_forward |
def | cambot.left_backward |
def | cambot.right_stop |
def | cambot.right_forward |
def | cambot.right_backward |
def | cambot.go_forward |
def | cambot.go_backward |
def | cambot.turn_left |
def | cambot.turn_right |
def | cambot.stop |
def | cambot.setup |
def | cambot.destroy |
Variables | |
cambot.GPIO = webiopi.GPIO | |
int | cambot.L1 = 17 |
int | cambot.L2 = 18 |
int | cambot.LS = 21 |
int | cambot.R1 = 23 |
int | cambot.R2 = 24 |
int | cambot.RS = 25 |