Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Latest commit

 

History

History

arduino

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

openFrameworks Serial

This sketch is written to be used with the serialExample program that comes with the openFrameworks library. It initializes a serial port with a speed of 9600 baud, then waits for serialExample to send a character ('a' by default), then responds with three dollar signs.

To use this sketch with oF, program your Arduino, make sure the Arduino is the only vitual COM device in use, and then build and run the serialExample example in openFrameworks.

Released under the Creative Commons Share-Alike License 10/2011

Interfacing with Sonar Sensor SRF08library uses Wire.h
- SDA - Analog Pin 4 / SCL - Analog Pin 5 -

Authors

Released under the Creative Commons Share-Alike License 05/2012

MIDI Library for Arduino (and other AVR platforms)

Documentation for the latest stable release is available on SourceForge
Maintained on GitHub

Released under the GNU General Public License version 3.0 (GPLv3)