OOKwiz
on/off-keying for ESP32 and a variety of supported radio modules
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
CLI.h
Go to the documentation of this file.
1 #ifndef _CLI_H_
2 #define _CLI_H_
3 
4 #include <Arduino.h>
5 
6 namespace CLI {
7  void loop();
8 }
9 
10 #endif