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

Block or report paulcdb

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. GrowDuino GrowDuino Public

    PHP

  2. INR-Monitoring INR-Monitoring Public

    Scripts for setting up a website that can be used to track your warfarin medication.

    PHP 1

  3. PoorMansIPMI PoorMansIPMI Public

    Arduino

  4. Wemos D1 Mini Lolin - Wifi Streaming... Wemos D1 Mini Lolin - Wifi Streaming Status Dot Matrix
    1
    #include <ESP8266WiFi.h>
    2
    #include <WEMOS_Matrix_LED.h>
    3
    MLED mled(5); //set intensity=5
    4
    
                  
    5
    const char* ssid = "Your Wifi Name";