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 | 數碼時間繼電器
- Host: GitHub
- URL: https://github.com/redchenjs/digital_timer_relay_mcs51
- Owner: redchenjs
- Created: 2021-01-15T08:33:51.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-09-21T10:23:23.000Z (almost 3 years ago)
- Last Synced: 2025-01-21T09:48:35.378Z (over 1 year ago)
- Topics: 7-segment-display, digital, mcs51, relay, stc89c51, timer
- Language: C
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```