Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 380 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 380 Bytes

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 [email protected] Copyright (c) 2013 Andrea Stagi [email protected]