Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPopular repositories
-
Infrared remote library for ESP8266/ESP32: send and receive infrared signals with multiple protocols. Based on: https://github.com/shirriff/Arduino-IRremote/
-
Emulate an Ultimarc I-PAC/J-PAC using an Arduino Leonardo/Pro Micro. i.e. Arcade controls to M.A.M.E input.
Arduino 4
-
Forked from martin-ger/esp_wifi_repeater
A full functional WiFi Repeater (correctly: a WiFI NAT Router)
C 3
-
-
Forked from takigama/HomeAutomationExperiments
Some of my home automation experiments involving arduino, esp, lights and other things
KiCad Layout 1
570 contributions in the last year
Contribution activity
December 2020
Created 4 commits in 1 repository
Created a pull request in crankyoldgit/IRremoteESP8266 that received 3 comments
[BUG] Workaround for ESP32 hw timer library calls not in IRAM.
Manipulate the ESP32 hw timers directly rather than through the library interface. Fixes a crash (only) on the ESP32 platform. Required because …