Skip to content

Instantly share code, notes, and snippets.

View pws5068's full-sized avatar

Paul Silvis pws5068

View GitHub Profile
@pws5068
pws5068 / getinitialsitedata.json
Last active August 29, 2015 14:17
getInitialSiteData SKU missing Choice for "abc" option
"product": {
"product_id": "2",
"name": "Product with Color Options",
"options": [{
"product_option_id": 17,
"name": "abc",
"choice_order": null,
"renderer": "dropdown",
"sort_order": 0
}, {
@pws5068
pws5068 / gist:3279865
Created August 7, 2012 00:18
Liquid Crystal example
//Sample using LiquidCrystal library
#include <LiquidCrystal.h>
/*******************************************************
This program will test the LCD panel and the buttons
Mark Bramwell, July 2010
********************************************************/
// select the pins used on the LCD panel