This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"product": { | |
"product_id": "2", | |
"name": "Product with Color Options", | |
"options": [{ | |
"product_option_id": 17, | |
"name": "abc", | |
"choice_order": null, | |
"renderer": "dropdown", | |
"sort_order": 0 | |
}, { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//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 |