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 <SPI.h> | |
#include <Ethernet.h> | |
#include <HttpClient.h> | |
#include <SoftwareSerial.h> | |
// MAC address for your Ethernet shield | |
byte mac[] = { 0xDE, 0xAD, 0xBE, 0xEF, 0xFE, 0xED }; | |
// Pushover settings | |
char pushoversite[] = "api.pushover.net"; |
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 <RemoteSwitch.h> | |
#include <RemoteReceiver.h> | |
#include <Ethernet.h> | |
#include <SPI.h> | |
#include <WebServer.h> | |
#include <EEPROM.h> | |
#include <EEPROMAnything.h> | |
//Connections to the Arduino board | |
const int ledPin = 9; |
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 <RemoteTransmitter.h> | |
#include <Ethernet.h> | |
#include <SPI.h> | |
#include <WebServer.h> | |
//Connections to the Arduino board | |
const int ledPin = 9; | |
const int transmitterPin = 8; | |
//Duration of a RF command |
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
<?php | |
/* | |
Journal (by Journey) extractor | |
Journey is a great Diary app for Android and Google Chrome. But, your files are | |
only accessible by Journey itself. | |
Do you want to move away from Journey to another diary app? Do you want to have | |
a readable export of your diary? This script converts Journey backup/export |
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
<link rel="import" href="../core-scaffold/core-scaffold.html"> | |
<link rel="import" href="../core-header-panel/core-header-panel.html"> | |
<link rel="import" href="../core-menu/core-menu.html"> | |
<link rel="import" href="../core-item/core-item.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-field/core-field.html"> | |
<link rel="import" href="../core-icon/core-icon.html"> | |
<link rel="import" href="../core-input/core-input.html"> | |
<link rel="import" href="../google-map/google-map-search.html"> |
NewerOlder