Skip to content

Instantly share code, notes, and snippets.

/dts-v1/;
/plugin/;
/ {
compatible = "brcm,bcm2708";
fragment@0 {
target = <&gpio>;
__overlay__ {
pinctrl-names = "default";
@pinzler
pinzler / bitly.php
Created June 25, 2013 15:17
Simple PHP library for interacting with the v3 BITLY API - using OAuth
<?php
/**
* @file
* Simple PHP library for interacting with the v3 BITLY API - using OAuth
* REQUIREMENTS: PHP, Curl, JSON
*
* @author Andrew Pinzler <[email protected]>
*/