Skip to content

Instantly share code, notes, and snippets.

@austin-2018
austin-2018 / test.html
Created August 9, 2018 19:01 — forked from kylejson/test.html
Send canvas as image to server/save form input in localStorage
<!DOCTYPE HTML>
<html>
<head>
<style>
body {
margin: 0px;
padding: 0px;
}
</style>
<script src="http://code.jquery.com/jquery-1.11.0.min.js"></script>
@austin-2018
austin-2018 / DHT11.cs
Created April 27, 2018 18:32 — forked from Injac/DHT11.cs
DHT11 Sensor driver for Windows 10 IoT Core - C#
//An exact copy of the adafruit DTH-11 driver in C#
//Example usage:
//var gpio = GpioController.GetDefault();
//var dataPin = gpio.OpenPin(5);