X-Git-Url: http://git.piffa.net/web?a=blobdiff_plain;f=programming%2Ffunctions%2Fscope_1%2Fscope_1.ino;h=8e524301b2de8db3bac1fd3ea77e639d53d63e1f;hb=aa5e5dfa553bafa90ba2f7011e5facc45bae90c6;hp=966228355f7f35f6be34a68a160e4e1018519a4b;hpb=b819e0775a4fdd866954d5365812294eb7bb5c32;p=sketchbook_andrea diff --git a/programming/functions/scope_1/scope_1.ino b/programming/functions/scope_1/scope_1.ino index 9662283..8e52430 100644 --- a/programming/functions/scope_1/scope_1.ino +++ b/programming/functions/scope_1/scope_1.ino @@ -10,7 +10,7 @@ */ -boolean sposato = 1 ; +boolean sposato = 1 ; // Variabile globale void setup(){ Serial.begin(9600); }