This file contains 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
Circuit: | |
* Ethernet shield attached to pins 10, 11, 12, 13 | |
created 21 May 2011 | |
by Tom Igoe | |
This code is in the public domain. | |
*/ | |
#include <SPI.h> |
This file contains 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
Circuit: | |
* Ethernet shield attached to pins 10, 11, 12, 13 | |
created 21 May 2011 | |
by Tom Igoe | |
This code is in the public domain. | |
*/ | |
#include <SPI.h> |
This file contains 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 File for Interaction with the Base CRM API via Google Apps Scripts for Spreadsheet | |
// The below script is getting a Token based on email and password authentification from the base API | |
// and is writing in the active spreadsheets all the deals with the described status | |
// I'm not a programmer, so see it as a prototype to checkout the possibilities. | |
// 2012 Christian Leu - www.leumund.ch | |
function deals() { | |
var email = "base crm e-mail adress"; |