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
<html> | |
<head> | |
<style> | |
button{ | |
width: 50px; | |
height: 50px; | |
font-weight: bold; | |
} | |
input{ | |
border: 1px solid green; |
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
https://www.etsy.com/listing/584596991/100-better-together-personalized-printed?ref=related-1 | |
https://www.etsy.com/cart/thanks/1335573789?ulsfg=true |
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 link | |
sample link |
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
<meta property="fb:app_id" content="xxxxx"> | |
<meta name="twitter:site" content="@your-handle-here" /> | |
<meta name="twitter:card" content="summary" /> | |
{% if template contains 'product' %} | |
<meta property="og:type" content="product"> | |
<meta name="twitter:title" content="{{ product.title | strip_html | escape }}" /> | |
<meta property="og:title" content="{{ product.title | strip_html | escape }}"> | |
<meta property="og:category" content="{{ product.type }}" /> |
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
/* | |
* Copyright (c) 2017 Jewelbots | |
* | |
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), | |
* to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, | |
* and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: | |
* | |
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. | |
* | |
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
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
#include "LED.h" | |
#include "led_sequence.h" | |
#ifdef __cplusplus | |
extern "C"{ | |
#endif // __cplusplus | |
uint8_t color_values[]; |
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
#ifndef __LED_H__ | |
#define __LED_H__ | |
#ifdef __cplusplus | |
extern "C"{ | |
#endif // __cplusplus |
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
/* | |
This sketch demonstrates how to send data from a Device | |
to a Host in a Gazell network. | |
When Button A on the Device is pressed and released, | |
the green led on the host will toggle. | |
*/ | |
#include <RFduinoGZLL.h> | |
#include "Timer.h" |
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
void RFduinoBLE_onReceive(char *data, int len) | |
{ | |
Adafruit_NeoPixel strip = Adafruit_NeoPixel(12, 2, NEO_GRB + NEO_KHZ800); | |
strip.begin(); | |
//now set the color | |
if(data[4] == '1'){ |
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
### Keybase proof | |
I hereby claim: | |
* I am sarajo on github. | |
* I am sara (https://keybase.io/sara) on keybase. | |
* I have a public key whose fingerprint is 00C9 1312 DCA3 A128 9169 9722 5635 BBA2 3F40 6AFF | |
To claim this, I am signing this object: |
NewerOlder