Files

  • Not Found
The connected project is not found, it might be deleted.
Last update 3 years 11 months by Stephen Crane
Files
data
cad
.gitignore
LICENSE
Makefile
PSU.ino
README.md
configuration.cpp
configuration.h
dbg.h
label.cpp
label.h
rssi.h
smoother.h
stator.h
configuration.h
#ifndef __CONFIGURATION_H__ #define __CONFIGURATION_H__ class Configuration { public: bool read_file(const char *filename); protected: virtual void configure(class JsonDocument &doc) = 0; }; #endif
Report a bug