An open API service indexing awesome lists of open source software.

https://github.com/tiryoh/matsu-bed_blinky

Sample program of MATSU-bed
https://github.com/tiryoh/matsu-bed_blinky

Last synced: 22 days ago
JSON representation

Sample program of MATSU-bed

Awesome Lists containing this project

README

          

# MATSU-bed blinky

Sample program of MATSU-bed

https://os.mbed.com/teams/MATSU-bed/wiki/MATSU-bed-config

tested on macOS Sierra (10.12.5)

## Usage

* Build

```
make
```

* Install

```
make install
```

## Requirements

* Python Package
* intelhex

## License

This repository is licensed under the MIT license, see [LICENSE](./LICENSE).

Unless attributed otherwise, everything is under the MIT license.

### Includings

* [basilfx/lpc_checksum](https://github.com/basilfx/lpc_checksum)