Skip to content

Instantly share code, notes, and snippets.

View aster94's full-sized avatar
🎴
Working!

Vincenzo Gibiino aster94

🎴
Working!
  • Etna ❤
View GitHub Profile
@aster94
aster94 / UniversalSerial.h
Last active March 9, 2019 22:24
UniversalSerial
class CustomSerial {
private:
Stream &stream;
public:
CustomSerial(Stream &_stream) : stream(_stream) {}
int read() {
return stream.read();
}
@aster94
aster94 / gerber_plot.py
Last active April 15, 2023 09:07
KiCad plugin to automatically generate Gerber files, drill file and an image of the PCB, all in the project's folder
import pcbnew
import os
import shutil
import subprocess
# SETTINGS:
# Gerber
# Drill
# -*- coding: utf-8 -*-
"""
Spyder Editor
This is a python script to see how a Country is performing the managment of the COVID-19 cases
"""
import requests
import pandas as pd
from datetime import date, timedelta