This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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): |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Install-Package NLog.Owin.Logging |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Install-Package Pysco68.SignalR.HawkClient |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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) | |
{ |