Mercurial > hg > opencollidoscope
view CollidoscopeApp/include/Log.h @ 0:02467299402e
First import
CollidoscopeApp for Raspberry Pi
JackDevice
Teensy code for Collidoscope
| author | Fiore Martin <f.martin@qmul.ac.uk> |
|---|---|
| date | Thu, 30 Jun 2016 14:50:06 +0200 |
| parents | |
| children | 7fb593d53361 |
line wrap: on
line source
#pragma once void logError( const std::string &errorMsg ); void logInfo( const std::string &infoMsg );
