Skip to content

turmdrehkran/arduino

Repository files navigation

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):

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages