/// <summary> /// Initialises the (only) PIT device instance. /// </summary> public static void Init() { if (ThePIT == null) { ThePIT = new PIT(); } ThePIT.Enable(); }
/// <summary> /// Initialises the (only) PIT device instance. /// </summary> public static void Init() { if(ThePIT == null) { ThePIT = new PIT(); } ThePIT.Enable(); }