/* * LogCore.cpp * * Created on: 17 May 2016 * Author: wentzelc */ // redA Libraries #include "LogCore.h" // Standard C/C++ Libraries #include #include #include #include #include //--------------------------------------------------------------------------- void ShowOutput( const char * Name, const char * Buffer, const int Len, const long Duration ) { // Show Duration delay if (Duration) { printf( "Delay: %ld", Duration ); } // Show Hex output if (ShowOutBytes) { printf( "%s in (hex): ", Name ); for (int i=0; i