Metadata-Version: 2.1
Name: spycoprobe
Version: 0.0.1
Summary: Tool for controlling Spycoprobe SBW debugger
Author: Kai Geissdoerfer
License: MIT
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# Spycoprobe programmer

A Python tool for interacting with the Spycoprobe and Riotee probe.

## Installation

Install from PyPI:

```
pip install spycoprobe
```

## Usage


Halt target:

```
spycoprobe halt
```

Flash hex image:

```
spycoprobe flash -i image.hex
```

For a list of commands and options:

```
spycoprobe -h
```
