Skip to content
Snippets Groups Projects
Commit 253f6214 authored by Josh Siegle's avatar Josh Siegle
Browse files

Minor changes to openFrameworks code

parent 7d57e563
No related branches found
No related tags found
No related merge requests found
//
// code taken from openFrameworks (http://www.openframeworks.cc)
//
/*
* 9/28/11:
* - updated to be Firmata 2.3/Arduino 1.0 compatible
......
//
// code taken from openFrameworks (http://www.openframeworks.cc)
//
/*
* Copyright 2007-2008 (c) Erik Sjodin, eriksjodin.net
*
......@@ -22,6 +26,9 @@
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
* OTHER DEALINGS IN THE SOFTWARE.
*/
#pragma once
#include <list>
......
//
// code taken from openFrameworks (http://www.openframeworks.cc)
//
#pragma once
//-------------------------------
......
//
// code taken from openFrameworks (http://www.openframeworks.cc)
//
#include "ofSerial.h"
//#include "ofUtils.h"
//#include "ofTypes.h"
......
//
// code taken from openFrameworks (http://www.openframeworks.cc)
//
#pragma once
#include "ofConstants.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment