/* autore: Salomone Noah
titotlo: on/off led
data:06/02/24
classe: 2 ELEA
commento: accensione e spegnimento di un led tramite pulsante
*/
void setup() {
// put your setup code here, to run once:
}
void loop() {
// put your main code here, to run repeatedly:
}