Skip to content

Instantly share code, notes, and snippets.

View ramithuh's full-sized avatar

Ramith Hettiarachchi ramithuh

View GitHub Profile
@ramithuh
ramithuh / edison_arduino.ino
Created July 14, 2015 16:09
Upload this sketch to your Intel Edison
int led=8; //int for led pin number
int c = -1; // int for income value
void setup()
{
Serial.begin(115200); //set serial with baud rate
pinMode(led,OUTPUT); //set the pin as an output
@ramithuh
ramithuh / designer.html
Created February 15, 2015 11:32
designer
<link rel="import" href="../notification-elements/notification-alert.html">
<link rel="import" href="../topeka-elements/topeka-datasource.html">
<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-toolbar/core-toolbar.html">
<link rel="import" href="../core-header-panel/core-header-panel.html">
<link rel="import" href="../core-menu/core-submenu.html">
<link rel="import" href="../core-item/core-item.html">
<polymer-element name="my-element">