firmware/src/plugins/Plugins.h

6 lines
151 B
C
Raw Normal View History

#pragma once
/**
* Create plugin instances here. If you are adding a new plugin, you must 'new' it here (or somewhere else)
*/
void setupPlugins();