Skip to content

Instantly share code, notes, and snippets.

@amcjen
Created May 14, 2014 19:26
Show Gist options
  • Save amcjen/e07c8ddcf3cd8244fba2 to your computer and use it in GitHub Desktop.
Save amcjen/e07c8ddcf3cd8244fba2 to your computer and use it in GitHub Desktop.
/**************************************************************************\
* Pinoccio Library *
* https://github.com/Pinoccio/library-pinoccio *
* Copyright (c) 2014, Pinoccio Inc. All rights reserved. *
* ------------------------------------------------------------------------ *
* This program is free software; you can redistribute it and/or modify it *
* under the terms of the MIT License as described in license.txt. *
\**************************************************************************/
#include <SPI.h>
#include <Wire.h>
#include <Scout.h>
#include <GS.h>
#include <bitlash.h>
#include <lwm.h>
#include <js0n.h>
#include "version.h"
void setup() {
Scout.setup(SKETCH_NAME, SKETCH_REVISION, SKETCH_BUILD);
// Add custom setup code here
Led.blinkCyan(500, true);
}
void loop() {
Scout.loop();
// Add custom loop code here
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment