Initialize module on Cerb40

How to initialize Load module on Cerb40.

        public static void Main()
        {
            _load = new Load(???);
        }

@ Makla - There is no clean way to initialize that module in plain NETMF. All module drivers are supplied for Gadgeteer. You should be able to take the currently supplied driver and modify the constructor to take pin assignments rather than sockets.

Ok, no problem.
Thanks.

@ Makla - No problem, but let me rephrase: By “currently supplied driver” I meant the source to that driver available on CodePlex :slight_smile:

I know.
I already successfully modified TemperatureHumidity module, so this shouldn’t be a problem.