lehrkraefte:blc:informatik:glf22:robotik-mit-svcode:programm-struktur

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
lehrkraefte:blc:informatik:glf22:robotik-mit-svcode:programm-struktur [2023/06/09 18:39]
Olaf Schnürer
lehrkraefte:blc:informatik:glf22:robotik-mit-svcode:programm-struktur [2023/06/19 14:56] (current)
Olaf Schnürer [Motoren]
Line 34: Line 34:
 heber = Motor(Port.C) heber = Motor(Port.C)
  
-fahrwerk = DriveBase(links, rechts, 55, 125)  # Motor links, Motor rechts, Raddurchmesser (in mm), Radabstand (in mm) 
  
 </code> </code>
 +
 +<!-- fahrwerk = DriveBase(links, rechts, 55, 125)  # Motor links, Motor rechts, Raddurchmesser (in mm), Radabstand (in mm)-->
 +
 ===== Helligkeits- und Farbsensor ===== ===== Helligkeits- und Farbsensor =====
 <code python> <code python>
  • lehrkraefte/blc/informatik/glf22/robotik-mit-svcode/programm-struktur.1686328765.txt.gz
  • Last modified: 2023/06/09 18:39
  • by Olaf Schnürer