Skip to content

Instantly share code, notes, and snippets.

View tychop's full-sized avatar

Tycho Pandelaar tychop

  • 04:16 (UTC +02:00)
View GitHub Profile
@tychop
tychop / am.sh
Last active May 22, 2017 16:42
Ampy script to mirror current directory to a microcontroller
#!/bin/sh
#
# Ampy script to mirror current directory to a microcontroller
export AMPY_PORT=/dev/tty.SLAB_USBtoUART
export AMPY_BAUD=115200
function log() {
echo "$*" >&2
}
@tychop
tychop / podspec
Last active August 29, 2015 14:07 — forked from objectiveSee/podspec
Pod::Spec.new do |s|
s.name = "PhilipsHueSDK-iOS"
s.version = "1.1.3beta"
s.license = { :type => "MIT", :file => "ACKNOWLEDGEMENTS.md"}
s.summary = "The Software Development Kit for Philips Hue on iOS (beta)"
s.homepage = "https://github.com/PhilipsHue/PhilipsHueSDK-iOS-OSX"
s.requires_arc = true
s.ios.deployment_target = '8.1'