kuukar OOP structure
This commit is contained in:
commit
94720a74ce
|
@ -0,0 +1,4 @@
|
||||||
|
from telemetrix_rpi_pico import telemetrix_rpi_pico
|
||||||
|
if __name__ == '__main__':
|
||||||
|
board = telemetrix_rpi_pico.TelemetrixRpiPico()
|
||||||
|
pass
|
|
@ -0,0 +1,5 @@
|
||||||
|
class collision:
|
||||||
|
def __init__(self, board) -> None:
|
||||||
|
|
||||||
|
def collision_handle(self):
|
||||||
|
pass
|
|
@ -0,0 +1,8 @@
|
||||||
|
COLLISION_DETECTOR_PIN = 2
|
||||||
|
LEDS_DATA_PIN = 3
|
||||||
|
MOTOR_FL_F = 4
|
||||||
|
MOTOR_FL_R = 5
|
||||||
|
MOTOR_FR_F = 6
|
||||||
|
MOTOR_FL_R = 7
|
||||||
|
MOTOR_R_F = 8
|
||||||
|
MOTOR_R_R = 9
|
|
@ -0,0 +1,3 @@
|
||||||
|
class cv:
|
||||||
|
def detectFace(self, image):
|
||||||
|
pass
|
|
@ -0,0 +1,2 @@
|
||||||
|
class leds:
|
||||||
|
pass
|
|
@ -0,0 +1,2 @@
|
||||||
|
class temperature:
|
||||||
|
pass
|
|
@ -0,0 +1,2 @@
|
||||||
|
telemetrix-rpi-pico
|
||||||
|
pyaudio
|
Loading…
Reference in New Issue