squashed EIVE software

This commit is contained in:
2026-04-15 13:25:48 +02:00
parent eced94f335
commit 996aa72fb4
823 changed files with 115952 additions and 2 deletions
+16
View File
@@ -0,0 +1,16 @@
#ifndef BSP_LINUX_OBJECTFACTORY_H_
#define BSP_LINUX_OBJECTFACTORY_H_
#include <string>
class GpioIF;
namespace ObjectFactory {
void setStatics();
void produce(void* args);
void createRpiAcsBoard(GpioIF* gpioIF, std::string spiDev);
void createTestTasks();
}; // namespace ObjectFactory
#endif /* BSP_LINUX_OBJECTFACTORY_H_ */