Skip to content

Files

Latest commit

a19a265 · Jan 14, 2021

History

History
32 lines (22 loc) · 378 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 378 Bytes

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