Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/cyj0912/AT89ISP
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyc11 committed Oct 26, 2016
2 parents 5918296 + 3cbdb97 commit c9777ee
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,17 @@
# AT89ISP
Arduino based AT89S52 programmer

## Compile

Use Arduino IDE to compile the arduino sketch under `AT89Interface` folder

The application relies on Qt and qhexedit2

```
cmake [This repository] -DCMAKE_PREFIX_PATH=[Path to Qt];[Path to qhexedit2]
make
```

## Wiring

![Wiring](/Sketch.png)

0 comments on commit c9777ee

Please sign in to comment.