Skip to content

Instantly share code, notes, and snippets.

View micartey's full-sized avatar
🤗

micartey

🤗
  • 06:52 (UTC +02:00)
View GitHub Profile
@micartey
micartey / checksums
Last active April 20, 2025 23:15
jvm signatures
7905615aa9b18939eb1cce50ed97396252a0e8eba26eb7462c736866f080e39c # openjdk 8 on alpine linux
5c39f6739067e82fa0ee8921926b3111fd348e6090a595b37fe2551306b31f5c
2a84eb49b410b2a83be50170f4f5226ce2a9bf373615326cfde7e36bd2d9d441 # OpenJDK Runtime Environment JBR-21.0.4+8-598.4-jcef (build 21.0.4+1-nixos)
54ba76fd6157f9aa02211eaade937a661279b590bc13038d566d3f6d703171b5 # OpenJDK Runtime Environment (build 1.8.0_432-06)
bd084720b5caabfbdb73b80b0b916ee96f123af3ad4fdd96943aa4275aba2533 # OpenJDK Runtime Environment Zulu21.36+17-CA (build 21.0.4+7-LTS)
#include <Servo.h>
Servo ESC;
void setup() {
Serial.begin(9600);
Serial.println("Starting");
ESC.attach(A0);
ESC.write(2000);