Skip to content

Instantly share code, notes, and snippets.

View davidstosik's full-sized avatar

David Stosik davidstosik

View GitHub Profile
//**************************************************************************************************************************
//**************************************************************************************************************************
// CLEANER-STABLER-DATA-COLLECTION
//**************************************************************************************************************************
//**************************************************************************************************************************
// Wifi libraries
#include <SPI.h>
#include <WiFiNINA.h>
@davidstosik
davidstosik / git-deploy
Last active December 21, 2015 18:49 — forked from remino/git-deploy
#!/bin/sh
# git-deploy
#
# - Make sure your deployment environments on Heroku are set as Git remotes:
# git remote add production git@heroku.com:example-production.git
# git remote add staging git@heroku.com:example-staging.git
#
# - Have branch names matching those environments:
# git checkout -b production