Skip to content

devcoons/stlink-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

STLink-Manager (STLinkDevice Package)

Build history

STLink USB device helper class for C#

Install package

Search for STLinkDevice Package

How to use this nuget package?

using System.Collections.Generic;
using STLinkDevice;
namespace ConsoleApp
{
    class Program
    {
    
        static void Main(string[] args)
        {
            bool result = STLinkManager.Instance.ExecuteSTLinkCmd(arg[0],arg[1])

            ...
            ...
            ...
        }
    }
}

Contributing

Feedback is welcome and pull requests get accepted.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages