Subversion Repositories group.electronics

Rev

Rev 159 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 159 Rev 161
Line 13... Line 13...
13
    {
13
    {
14
        
14
        
15
 
15
 
16
        static void Main(string[] args) {
16
        static void Main(string[] args) {
17
 
17
 
-
 
18
            Globals.DcsBiosInit();
18
 
19
 
19
            mcp2221 mcp = new mcp2221();
20
            mcp2221 mcp = new mcp2221();
20
            mcp.Enabled = true;
21
            mcp.Enabled = true;
-
 
22
 
21
          
23
          
22
            /*
24
            /*
23
            MchpUsbI2c usbi2c = new MchpUsbI2c();
25
            MchpUsbI2c usbi2c = new MchpUsbI2c();
24
            usbi2c.Settings.GetConnectionStatus();
26
            usbi2c.Settings.GetConnectionStatus();
25
            int count = usbi2c.Management.GetDevCount();
27
            int count = usbi2c.Management.GetDevCount();