Skip to content

Instantly share code, notes, and snippets.

@sakarikl
sakarikl / composer.json
Last active July 11, 2023 13:26
Sarastia palkkakuitti readable format
{
"require": {
"php": "^8.2",
"smalot/pdfparser": "^2.5",
"symfony/finder": "^6.3"
}
}
@sakarikl
sakarikl / winch_controller.ino
Last active January 31, 2020 16:54
rc winch controller change 2 position switch signal to toggle with arduino
#include <Servo.h>
Servo myservo;
int ch1;
const int AVERAGE_COUNT = 3;
const int INPUT_CHANNEL = 12;
const int OUTPUT_CHANNEL = 10;