/**************************************************************************\
* Pinoccio Library                                                         *
* https://github.com/Pinoccio/library-pinoccio                             *
* Copyright (c) 2012-2014, Pinoccio Inc. All rights reserved.              *
* ------------------------------------------------------------------------ *
*  This program is free software; you can redistribute it and/or modify it *
*  under the terms of the BSD License as described in license.txt.         *
\**************************************************************************/
#include <Arduino.h>
#include <Scout.h>
#include "Backpack.h"

PinoccioBackpack::PinoccioBackpack() { }

PinoccioBackpack::~PinoccioBackpack() { }

void PinoccioBackpack::setup() { }

void PinoccioBackpack::loop() { }
