using System; using Microsoft.SPOT; namespace CPF { class I2CInstrument { public static int ID = 10; public static int init() { int j = 20; return (j); } } }