Skip to content

Instantly share code, notes, and snippets.

View matiasmicheletto's full-sized avatar
🏠
Working from home

Matias Micheletto matiasmicheletto

🏠
Working from home
View GitHub Profile
@matiasmicheletto
matiasmicheletto / covid19_ranking.py
Last active October 10, 2020 22:32
List and plot the top countries with highest number of covid-19 deaths per million people.
"""
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
@matiasmicheletto
matiasmicheletto / vfswg.ino
Last active August 27, 2020 23:00
ATMega328 Arduino based dual channel variable frecuency square wave generator - Generador de onda cuadrada de frecuencia variable doble canal para Arduino
/*
* 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