Skip to content

Instantly share code, notes, and snippets.

View pysco68's full-sized avatar

Yannic Staudt pysco68

View GitHub Profile
@pysco68
pysco68 / startup.cs
Last active August 29, 2015 14:12
Use NLog as OWIN logger factory
// first install the Nuget Package with:
// Install-Package Pysco68.Owin.Logging.NLogAdapter
// add this reference
using Pysco68.Owin.Logging.NLogAdapter;
public class Startup
{
public void Configuration(IAppBuilder app)
{
@pysco68
pysco68 / nuget.ps1
Last active August 29, 2015 14:16
SignalR Hawk authentication
Install-Package Pysco68.SignalR.HawkClient
@pysco68
pysco68 / 1 Install.ps1
Created March 18, 2016 15:18
Using NLog.Owin.Logging
Install-Package NLog.Owin.Logging
@pysco68
pysco68 / low-power-flash.ino
Created March 21, 2019 10:59
PGCPSU Testing - pro micro low power
// WARNING:
// flashing this to your Pro-Micro will make it unavailable for USB flashing
// because the USB-Endpoint isn't polled during deep sleep. You'll have to
// recover it by re-flashing the bootloader.
//
// For example using another Arduino as a ISP:
// https://forum.arduino.cc/index.php?topic=363341.msg2505698#msg2505698
//
// NOTE:
// This sketch requires the library Low-Power to be installed (use package manager):