Skip to content

Instantly share code, notes, and snippets.

View ceiborg's full-sized avatar

ceiborg ceiborg

View GitHub Profile
@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
@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 / LDR + Fade 3 Leds
Last active September 17, 2019 00:08
LDR + Fade -> 3 LEds Para Lilypad USB
/*
#############%@
#### #########%
## #########&
#% ##########
### ############
################### ceiborg.com
################### tecnotextiles
##################
@ceiborg
ceiborg / Temperature & Humity Dht11
Created September 17, 2019 17:48
Modulo sensor de Temperatura y Humedad Dht11
/*
#############%@
#### #########%
## #########&
#% ##########
### ############
################### ceiborg.com
################### tecnotextiles
##################
#################
@ceiborg
ceiborg / Temperature & Humity Dht11 + Led
Last active June 26, 2021 19:39
Sensor de Temperatura y Humedad Dht11 + Led
/*
#############%@
#### #########%
## #########&
#% ##########
### ############
################### ceiborg.com
################### tecnotextiles
##################
#################
@ceiborg
ceiborg / Sensor Movimiento PIR
Last active September 24, 2019 14:34
Sensor Movimiento PIR
/*
#############%@
#### #########%
## #########&
#% ##########
### ############
################### ceiborg.com
################### tecnotextiles
##################
#################
/*
#############%@
#### #########%
## #########&
#% ##########
### ############
################### ceiborg.com
################### tecnotextiles
##################
#################
@ceiborg
ceiborg / sensor de lluvia
Created September 30, 2019 15:37
sensor de lluvia :: Arduino
/*
#############%@
#### #########%
## #########&
#% ##########
### ############
################### ceiborg.com
################### tecnotextiles
##################
@ceiborg
ceiborg / Sensor de proximidad inductivo
Last active October 1, 2019 14:07
Sensor de proximidad inductivo NPN - LJ12A3-4-Z / BX
/*
#############%@
#### #########%
## #########&
#% ##########
### ############
################### ceiborg.com
################### tecnotextiles
##################
@ceiborg
ceiborg / lcd keypad shield :: hello world
Created October 9, 2019 02:49
lcd keypad shield :: hello world :: arduino uno
/*
LiquidCrystal Library - Hello World
Demonstrates the use a 16x2 LCD display. The LiquidCrystal
library works with all LCD displays that are compatible with the
Hitachi HD44780 driver. There are many of them out there, and you
can usually tell them by the 16-pin interface.
This sketch prints "Hello World!" to the LCD
and shows the time.