Skip to content

Instantly share code, notes, and snippets.

@vsc55
vsc55 / probadordefuenteLCD.ino
Created August 12, 2022 19:15
probadordefuenteLCD
//Librerias
#include <Wire.h>
#include <LCD.h>
#include <LiquidCrystal_I2C.h>
#include "WString.h"
#include "String.h"
//Variables a usar
#define PIN_5VSB A3 // Pin +5VSB
@vsc55
vsc55 / updatePlexEbuild.py
Created August 5, 2023 08:12
Auto generador de ebuilds para Plex Media Server
#! /usr/bin/env python
# -*- coding: utf-8 -*-
#
# Utilidad para generar ebuild gentoo para las nuevas versiones de Plex.
#
# Copyright © 2023 Javier Pastor (aka VSC55)
# <jpastor at cerebelum dot net>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by