[sim] Use wpigui for simulator GUI

This commit is contained in:
Peter Johnson
2020-08-26 00:35:44 -07:00
parent b80fde4388
commit 5d1220e629
9 changed files with 73 additions and 396 deletions

View File

@@ -36,6 +36,7 @@ extern "C" {
__declspec(dllexport)
#endif
int HALSIM_InitExtension(void) {
HALSimGui::GlobalInit();
HALSimGui::Add(AccelerometerGui::Initialize);
HALSimGui::Add(AddressableLEDGui::Initialize);
HALSimGui::Add(AnalogGyroGui::Initialize);