MCPcopy Create free account
hub / github.com/DexterInd/GoPiGo3 / drawLogo

Function drawLogo

Projects/PIDLineFollower/pid_tuner.py:12–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10from time import sleep, time
11
12def drawLogo():
13 print(" _____ _____ _ _____ ____ ")
14 print(" / ____| | __ (_)/ ____| |___ \ ")
15 print(" | | __ ___ | |__) || | __ ___ __) |")
16 print(" | | |_ |/ _ \| ___/ | | |_ |/ _ \ |__ < ")
17 print(" | |__| | (_) | | | | |__| | (_) | ___) |")
18 print(" \_____|\___/|_| |_|\_____|\___/ |____/ ")
19 print(" ")
20
21def drawDescription():
22 print("\nPress the following keys to run the features of the GoPiGo3/LineFollower.")

Callers 1

MainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected