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

Block or report petterpet

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. LCD-Display LCD-Display Public

    I2C-LCD-Display mit Arduino oder Raspberry Pi über MQTT steuern

    C++ 3 2

  2. 7-Segment-Anzeige 7-Segment-Anzeige Public

    7-Segment-Anzeige(n) mit Python über Raspberry Pi steuern

    Python

  3. RGB-LED-IR-Control-RPi RGB-LED-IR-Control-RPi Public

    Control RGB-LED-Stripes using a Raspberry Pi with LIRC and Python

    Python

  4. face_recognition_webserver face_recognition_webserver Public

    Gesichtserkennung inkl. Webserver für Docker

    Python

  5. Updater for Proxmox Updater for Proxmox
    1
    #!/bin/bash
    2
    # update all containers and host
    3
    # execute on host
    4
    
                  
    5
    echo "[UPDATER] +++ updating host and containers only +++"
  6. Python MQTT Python MQTT
    1
    import time
    2
    import paho.mqtt.client as mqtt
    3
    
                  
    4
    def on_connect(client, userdata, flags, rc):
    5
        print("Connected with result code " + str(rc))