Module emulators?

I’m waiting for a module to show up as in stock so I can place my first Gadgeteer order. In the meantime I’ve opened up VS and put together a little program with all the modules I want to use.

Since I don’t have the HW in hand, I was wondering if there is any way to emulate them so that I can actually debug my code? (with the understanding that the HW would likely act differently)

For example I’ll be getting the Compass module. An emulator would perhaps start at a particular angle and then gradually make changes.

Thanks

Unfortunately, there isn’t a way to emulate the modules. That would be awesome. Maybe in 5.0 :wink:

Well actually you could copy out the controls code, create a class in your project to simulate it and reference that until your hardware shows. Though it wouldn’t be true emulation it should get you where you need to go.