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
- Host: GitHub
- URL: https://github.com/tiryoh/matsu-bed_blinky
- Owner: Tiryoh
- License: mit
- Created: 2017-10-24T07:43:41.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-24T08:08:22.000Z (almost 9 years ago)
- Last Synced: 2025-10-28T15:42:27.566Z (9 months ago)
- Language: C
- Homepage: https://os.mbed.com/teams/MATSU-bed/wiki/MATSU-bed-config
- Size: 282 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)