This file contains 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
""" | |
List and plot the top countries with highest number of covid-19 deaths per million people. | |
""" | |
import csv | |
import requests | |
import matplotlib.pyplot as plt | |
This file contains 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
/* | |
* Doble generador de onda cuadrada de frecuencia variable | |
*/ | |
// Pines | |
#define T1 2 // Salida 1 | |
#define T2 3 // Salida 2 | |
// Frecuencias por defecto (Hz) | |
#define DEF_1 3 // Salida 1 |
NewerOlder