Skip to content
Snippets Groups Projects
Verified Commit b487edfd authored by Andrea Trentini's avatar Andrea Trentini
Browse files

diario

parent 5b103cc8
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ void blink(){
else digitalWrite(LED_BUILTIN,HIGH);
acceso=!acceso;
//delay(19999); // BLOCCA TASK SCHEDULER!!!
//delay(20000); // BLOCCA TASK SCHEDULER!!!
}
Task blinkTask(2*TASK_SECOND, TASK_FOREVER, blink);
......
......@@ -9,7 +9,6 @@ Nota bene: a lezione non è detto si riesca ad affrontare tutti gli argomenti, m
Le date "future" cambiano (riprogrammazione in funzione di eventi vari) man mano che andiamo avanti col corso.
Non sono in perfetto ordine di presentazione.
* rete, protocolli, MQTT
* (STUDENTI) tanti esercizi sensori (farsi dire cosa hanno a disposizione)
* (STUDENTI) esercizio servo
* PWM "dei poveri", PWM "vera"
......@@ -17,6 +16,7 @@ Non sono in perfetto ordine di presentazione.
### Passate
* 2020-05-13 (v) recap cooperative multitask, rete, protocolli, MQTT
* 2020-05-08 (v) TaskScheduler e multitasking cooperativo
* 2020-05-06 (v) bottone e interrupt (rimbalzi), mem (EEPROM, F macro, PROGMEM, mappa mem, esptool, avrdude)
* 2020-04-29 (v) motori, servo e stepper
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment