PropertyValue
http://www.w3.org/1999/02/22-rdf-syntax-ns#type
http://www.w3.org/ns/prov#value
  • i have a few questions on variable scope and the differences between arduino and c++. first any variable declared outside of all functions is a global variable. i totally get that.a variable declared inside a function is a local variable that can only be accessed by that function. this is where it gets fussy.for example Code: [Select]void loop(){ int bob; // this declares an integer bob int steve
http://www.w3.org/ns/prov#wasQuotedFrom
  • arduino.cc