All variables get deleted if program closes #4

Closed
opened 2019-05-18 21:51:54 +02:00 by lade043 · 1 comment
lade043 commented 2019-05-18 21:51:54 +02:00 (Migrated from github.com)

Because the program is terminated after every command the positions aren't accurate (no knowledge of current position at startup)

Because the program is terminated after every command the positions aren't accurate (no knowledge of current position at startup)
lade043 commented 2019-05-18 22:33:27 +02:00 (Migrated from github.com)

Two possible solutions (more ideas appreciated):

  1. Add a file write and read operation to save the angles
  2. Move the whole program into a loop.
Two possible solutions (more ideas appreciated): 1. Add a file write and read operation to save the angles 2. Move the whole program into a loop.
Sign in to join this conversation.