openSimIO
openSimIO copied to clipboard
Arduino based simulator I/O (with X-plane plugin)
Create a way to check if another pin is set to do different things. For example having same rotary controlling two com frequency: ``` if;1.0.D12;2; 1.0.D22;0;DI_ROTARY_ENCODER_TYPE1;0;10.0;0;0;sim/cockpit/radios/com1_freq_hz;0;0;1;0; if;1.0.D12;0; 1.0.D22;0;DI_ROTARY_ENCODER_TYPE1;0;10.0;0;0;sim/cockpit/radios/com2_freq_hz;0;0;1;0; ``` Or...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...
Hello, Does anybody managed to compile sketch for Teensy board? Greetings Nino