Skip to content

gerardbos/esp32log

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple logging wrapper for the ESP32

Dependencies

Features

  • Wrapper around the esp_log functionality

Example

#include "log.h"

const static char * TAG = "main";

// in your main content
void main(){
	log_initialize(LOG_DEBUG);

	// log message
	log(INFO, TAG, "Hello World!");
}

About

Simple logging wrapper for the ESP32

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published