Skip to content
View kichMan's full-sized avatar

Block or report kichMan

Report abuse

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

Report abuse

Pinned Loading

  1. JDY-08 JDY-08 Public

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

    HTML 65 20

  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