Files
RadioHead/examples/raspi/rf95/shared/help_functions.h
Lazarewicz Julien 6c6451c92c first commit
2025-07-22 15:27:00 +02:00

14 lines
225 B
C++

// -*- mode: C++ -*-
/*
* help_functions.h
*
* Created on: Jun 11, 2020
* Author: Tilman Glötzner
*/
#ifndef HELP_FUNCTIONS_H_
#define HELP_FUNCTIONS_H_
void print_scheduler(void);
void print_scope(void);
#endif