]> git.piffa.net Git - sketchbook_andrea/blobdiff - programming/functions/scope_1/scope_1.ino
multitasking
[sketchbook_andrea] / programming / functions / scope_1 / scope_1.ino
index 966228355f7f35f6be34a68a160e4e1018519a4b..8e524301b2de8db3bac1fd3ea77e639d53d63e1f 100644 (file)
@@ -10,7 +10,7 @@
   */
 
 
-boolean sposato = 1 ;
+boolean sposato = 1 ; // Variabile globale
 void setup(){
   Serial.begin(9600);
 }