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

https://github.com/redchenjs/digital_timer_relay_mcs51

Digital Timer Relay | 數碼時間繼電器
https://github.com/redchenjs/digital_timer_relay_mcs51

7-segment-display digital mcs51 relay stc89c51 timer

Last synced: over 1 year ago
JSON representation

Digital Timer Relay | 數碼時間繼電器

Awesome Lists containing this project

README

          

Digital Timer Relay
===================

Digital Timer Relay based on STC89C51RC chip.

## Dependencies

```
sdcc
stcgal
```

## Preparing

### Obtain the source

```
git clone --recursive https://github.com/redchenjs/digital_timer_relay_mcs51.git
```

### Update an existing repository

```
git pull
git submodule update --init --recursive
```

## Building

```
make flash
```