diff options
author | Leonard Kugis <leonard@kug.is> | 2024-05-15 22:20:45 +0200 |
---|---|---|
committer | Leonard Kugis <leonard@kug.is> | 2024-05-15 22:20:45 +0200 |
commit | 992ae9bf55f33bab199cecf208b546295487dffe (patch) | |
tree | 66eb6fe6fc175a38cae20e936b1577584fea372d | |
parent | 5c523bace206cc96aea4eb64f4c1b8a6c7d42cc6 (diff) |
Added Readme
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..d7d7e30 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# FT245 Bitbang Driver + +This project is a bitbang driver for the FT245 synchronous FIFO protocol in slave mode, targeted for embedded platforms. + +## Documentation + +For all documentation, see the [doc directory](doc/). + +The main documentation document is [main.md](doc/main.md).
\ No newline at end of file |