Skip to content

ptlug/Arduino-logging

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arduino-Logging

Logging library for Arudino

Usage

#include <Logging.h>
#define LOGLEVEL LOG_LEVEL_DEBUG
Log.Init(LOGLEVEL, 9600L);
Log.Info("Write some info %d %d", 1, 2);

License

This software is released under MIT License. Copyright (c) 2011 - 2013 Bernd Klein berndklein@gmx.de Copyright (c) 2013 Andrea Stagi stagi.andrea@gmail.com

About

Logging library for Arudino

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published