Skip to content
View kichMan's full-sized avatar
Block or Report

Block or report kichMan

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

  1. JDY-08 JDY-08 Public

    JDY-08 Bluetooth transparent transmission module, with resource for KiCAD

    HTML 62 16

  2. i2c-slave-sk6812 i2c-slave-sk6812 Public

    The driver for I2C-slave on STM8S with RGBW Leds SK6812 (SK6812RGBW)

    C 4

  3. ATtinyDebugger ATtinyDebugger Public

    The debugger for ATtiny on Assembly by software TX UART

    Assembly

  4. JavaScript HEX to ASCII JavaScript HEX to ASCII
    1
    /**
    2
     * HEX to ASCII
    3
     */
    4
    function hex2a(hexx) {
    5
        var hex = hexx.toString();//force conversion