This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #Progetto Richiamo per rondini | |
| --- | |
| Costo dei materiali per la realizzazione singolo dispositivo audio | |
| (acqistando il materiale per slot di 4 prototipi) | |
| ``` | |
| Microcontrollore Esp8266/01 ......... 3,00€ | |
| Speaker 3W .......................... 3,50€ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include "SoftwareSerial.h" | |
| #include "DFRobotDFPlayerMini.h" | |
| #include <Wire.h> | |
| #include <RtcDS3231.h> | |
| #define DELAY_ONPLAY 1000 | |
| #define DELAY_ONPAUSE 20000 | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| Made by Elly Loel - https://ellyloel.com/ | |
| With inspiration from: | |
| - Josh W Comeau - https://courses.joshwcomeau.com/css-for-js/treasure-trove/010-global-styles/ | |
| - Andy Bell - https://piccalil.li/blog/a-modern-css-reset/ | |
| - Adam Argyle - https://unpkg.com/open-props@1.3.16/normalize.min.css / https://codepen.io/argyleink/pen/KKvRORE | |
| Notes: | |
| - `:where()` is used to lower specificity for easy overriding. | |
| */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* focus visibile */ | |
| .site__brand:focus-within, | |
| a:focus { | |
| outline: 3px #FF50AE solid !important; | |
| outline-offset: 2px; | |
| } | |
| /* skip navigazione visibile al focus */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <rss version="2.0"> | |
| <channel> | |
| <title>IC Casale Sul Sile - comunicati genitori</title> | |
| <link>https://nuvola.madisoft.it/bacheca-digitale/bacheca/TVIC82200L/7/IN_PUBBLICAZIONE/0/show</link> | |
| <description>Feed RSS per comunicati della scuola</description> | |
| <item id="0000099"> | |
| <title>Sondaggio uscita Ciaspe classi 3C 3F 3G</title> | |
| <link>https://nuvola.madisoft.it/bacheca-digitale/10516/documento/TVIC82200L</link> | |
| <pubDate>Thu, 12 Dec 2024 00:00:00 +0000</pubDate> | |
| </item> |
OlderNewer