Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 331 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 331 Bytes

arduino

Software für die Arduino Steuerung von

@tobiasmueller @jukirsch

Simple Parallel State Machines

Die Statemaschinen der 3 Motoren laufen unabhängig von einander innerhalb der loop.

void loop() 
{
	rotator.update();
	trolley.Update();
	winch.update();
}

Testboard

Befehle (Serielle Schnittstelle):