Introduce JabyEngine configuration file
This commit is contained in:
@@ -3,10 +3,13 @@
|
||||
|
||||
namespace JabyEngine {
|
||||
namespace Periphery {
|
||||
RawController controller[1][1];
|
||||
RawController controller[PortCount][DeviceCount];
|
||||
|
||||
void query_controller() {
|
||||
printf("Needs implementation\n");
|
||||
}
|
||||
|
||||
static_assert(!Configuration::Periphery::UsePortB, "Port B not supported yet");
|
||||
static_assert(!Configuration::Periphery::UseMultiTap, "MultiTap not supported yet");
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user