Skip to content

Instantly share code, notes, and snippets.

View palucki's full-sized avatar

Piotr Pałucki palucki

View GitHub Profile
My list of tools, that I use in work at Windows:
Firefox + duckduckgo
Zim
Notepad++
Everything
Cygwin
Total Commander
ShareX
@palucki
palucki / codelock.ino
Created August 31, 2017 15:17
Simple arduino-based codelock
//Created by Palucki @ April 2014
#include <Servo.h>
#define ClosedPos 30
#define OpenedPos 120
Servo MyServo;
const int ServoPin = 11;
const int RedLedPin = 10 ;