Skip to content
View gen1nya's full-sized avatar

Block or report gen1nya

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. avr-nixie-tube-controller avr-nixie-tube-controller Public

    firmware for atmega88/168/328 to control the "display" of up to 8 nixie indicators from uart

    C++

  2. esp32-portable-device esp32-portable-device Public

    So, is a meteostation and Geiger counter, but idk what I will add there yet

    C 2

  3. screenshoter screenshoter Public

    Takes a screenshot every 5 seconds. For timelapses

    Kotlin 5

  4. stm32-clock stm32-clock Public

    attempt to understand freertos on stm32)

    C 1

  5. attiny13 RGB led controller for mine... attiny13 RGB led controller for minecraft torch
    1
    #include <avr/io.h>
    2
    #include <avr/interrupt.h>
    3
    #include <util/delay.h>
    4
    #include <avr/pgmspace.h>
    5
    #include <avr/eeprom.h>