Skip to content

Instantly share code, notes, and snippets.

View ceiborg's full-sized avatar

ceiborg ceiborg

View GitHub Profile
@ceiborg
ceiborg / Temperature & Humity Dht11
Created September 17, 2019 17:48
Modulo sensor de Temperatura y Humedad Dht11
/*
#############%@
#### #########%
## #########&
#% ##########
### ############
################### ceiborg.com
################### tecnotextiles
##################
#################
@ceiborg
ceiborg / LDR + Fade 3 Leds
Last active September 17, 2019 00:08
LDR + Fade -> 3 LEds Para Lilypad USB
/*
#############%@
#### #########%
## #########&
#% ##########
### ############
################### ceiborg.com
################### tecnotextiles
##################
@ceiborg
ceiborg / LDR_fadeLED.ino
Last active September 17, 2019 13:33
Arduino: Cuando hay luz ambiente se apaga el led, cuando no hay luz ambiente se prende el led
/*
#############%@
#### #########%
## #########&
#% ##########
### ############
################### ceiborg.com
################### tecnotextiles
##################
#################
@ceiborg
ceiborg / fix_and_upload.sh
Created June 16, 2019 17:30
hacky script to fix mobirise limitations
#/usr/bin/bash
# change working directory
cd -- "$(dirname "$BASH_SOURCE")"
# ensure en folder exists
mkdir -p staging/en
# copy modified english html version
sed 's/"assets\//"\/assets\//g' staging/enindex.html > staging/en/index.html