Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of kpn_senml by
senml_logging.cpp
00001 /* _ __ ____ _ _ 00002 * | |/ / | _ \ | \ | | 00003 * | ' / | |_) | | \| | 00004 * | . \ | __/ | |\ | 00005 * |_|\_\ |_| |_| \_| 00006 * 00007 * (c) 2018 KPN 00008 * License: MIT License. 00009 * Author: Jan Bogaerts 00010 * 00011 * logging 00012 */ 00013 00014 #include <senml_logging.h> 00015 00016 Stream* _senml_logger = NULL; 00017 00018 void senMLSetLogger(Stream* logger){ 00019 _senml_logger = logger; 00020 }; 00021 00022 00023 00024 00025 00026 00027
Generated on Tue Jul 12 2022 23:07:22 by
