Skip to content

Instantly share code, notes, and snippets.

#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€
#include "SoftwareSerial.h"
#include "DFRobotDFPlayerMini.h"
#include <Wire.h>
#include <RtcDS3231.h>
#define DELAY_ONPLAY 1000
#define DELAY_ONPAUSE 20000
@fcalderan
fcalderan / reset.css
Last active August 5, 2022 15:18 — forked from EllyLoel/reset.css
CSS Reset
/*
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.
*/
@fcalderan
fcalderan / a11y.css
Last active September 29, 2022 11:03
Angelini, accessibility hints
/* focus visibile */
.site__brand:focus-within,
a:focus {
outline: 3px #FF50AE solid !important;
outline-offset: 2px;
}
/* skip navigazione visibile al focus */
@fcalderan
fcalderan / comunicati_rss.xml
Last active December 12, 2024 11:01
IC Casale Sul Sile - Feed comunicati genitori
<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>