PropertyValue
http://www.w3.org/1999/02/22-rdf-syntax-ns#type
http://www.w3.org/ns/prov#value
  • Assignment(ie changing) an existing variable is just <name> = <expression>;Specifying a type and a name is a declaration - creating a new separate variable.So change those lines to :Code: [Select] Extending = false;I also note a problem in your motor control routines:Code: [Select]void actuatorExtend(){ digitalWrite(relay1, HIGH); digitalWrite(relay2, LOW);}void actuatorRetract(){ digitalWrite(rel
http://www.w3.org/ns/prov#wasQuotedFrom
  • arduino.cc