[go: nahoru, domu]

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

Block or report AndryG

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-ss avr-ss Public

    AVR simple solution. My library for simple coding

    C

  2. termopump termopump Public

    Термостат для управления циркуляционным насосом отопления

    C

  3. avr-gcc self reset avr-gcc self reset
    1
    Виявляється, перезавантаження контролера має свої несподівані хитрощі.
    2
    
                  
    3
    void reset(){
    4
      wdt_enable(WDTO_15MS);
    5
      while(1);
  4. Case insensitive autoload using comp... Case insensitive autoload using composer generated classmap
    1
    <?php
    2
    /**
    3
     * Case insensitive autoload using composer generated classmap
    4
     *
    5
     * see problem: