This HTML5 document contains 4 embedded RDF statements represented using HTML+Microdata notation.

The embedded RDF content will be recognized by any processor of HTML5 Microdata.

PrefixNamespace IRI
isaphttp://webisa.webdatacommons.org/prov/
isahttp://webisa.webdatacommons.org/
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n4arduino.
provhttp://www.w3.org/ns/prov#
xsdhhttp://www.w3.org/2001/XMLSchema#
Subject Item
isa:454692730
rdf:type
prov:Entity
prov:value
in your code you need to check this value e.g. once per hour or sosome code inspiration Code: [Select]unsigned long previous = 0;void loop(){ if (millis() - previous > (3600L * 1000L)) // or other timing previous = millis(); { int voltage = analogRead(A0) * 12 * somefactor /1024; // somefactor to be determined // write to display if (voltage < 10 ) { // alarm!!! } } // additional things here}
prov:wasQuotedFrom
n4:cc
Subject Item
isap:91447491
prov:wasDerivedFrom
isa:454692730