CharGraph-FW/lib/info/info.h
2026-01-25 20:44:07 +01:00

6 lines
99 B
C

#ifndef _INFO_INC_
#define _INFO_INC_
#include <Arduino.h>
extern void showConnect();
#endif