Functions | |
def | set_speed |
def | left_stop |
def | left_forward |
def | left_backward |
def | right_stop |
def | right_forward |
def | right_backward |
def | go_forward |
def | go_backward |
def | turn_left |
def | turn_right |
def | stop |
def | setup |
def | destroy |
Variables | |
GPIO = webiopi.GPIO | |
int | L1 = 17 |
int | L2 = 18 |
int | LS = 21 |
int | R1 = 23 |
int | R2 = 24 |
int | RS = 25 |
def cambot.go_backward | ( | ) |
Definition at line 73 of file cambot.py.
References left_backward(), and right_backward().
def cambot.go_forward | ( | ) |
Definition at line 68 of file cambot.py.
References left_forward(), and right_forward().
def cambot.left_backward | ( | ) |
Definition at line 45 of file cambot.py.
Referenced by go_backward(), and turn_left().
def cambot.left_forward | ( | ) |
Definition at line 41 of file cambot.py.
Referenced by go_forward(), and turn_right().
def cambot.right_backward | ( | ) |
Definition at line 60 of file cambot.py.
Referenced by go_backward(), and turn_right().
def cambot.right_forward | ( | ) |
Definition at line 56 of file cambot.py.
Referenced by go_forward(), and turn_left().
def cambot.setup | ( | void | ) |
Definition at line 93 of file cambot.py.
Referenced by module_setup(), and setup().
def cambot.stop | ( | ) |
Definition at line 88 of file cambot.py.
References left_stop(), and right_stop().
Referenced by webiopi.__main__.main(), and setup().
def cambot.turn_left | ( | ) |
Definition at line 78 of file cambot.py.
References left_backward(), and right_forward().
def cambot.turn_right | ( | ) |
Definition at line 83 of file cambot.py.
References left_forward(), and right_backward().
cambot.GPIO = webiopi.GPIO |
Definition at line 8 of file cambot.py.
Referenced by Test.main().