Create HardwareFactory which is responsible for providing the HardwareAbstract to any part of the program based on compiler defines
8 lines
No EOL
102 B
C++
8 lines
No EOL
102 B
C++
#include "OmoteSetup.hpp"
|
|
|
|
int main() {
|
|
OMOTE::setup();
|
|
while (true) {
|
|
OMOTE::loop();
|
|
}
|
|
} |