Initial commit

This commit is contained in:
Gericom
2025-10-11 13:23:06 +02:00
commit cecac10408
9 changed files with 665 additions and 0 deletions

22
README.md Normal file
View File

@@ -0,0 +1,22 @@
# DSpico DLDI
Source code for the DSpico DLDI driver.
## Setup & Configuration
We recommend using WSL (Windows Subsystem for Linux), or MSYS2 to compile this repository.
The steps provided will assume you already have one of those environments set up.
1. Install [BlocksDS](https://blocksds.skylyrac.net/docs/setup/options/)
## Compiling
1. Run `make`
## License
This project is licensed under the Zlib license. For details, see `LICENSE.txt`.
## Contributors
- [@Gericom](https://github.com/Gericom)
- [@lifehackerhansol](https://github.com/lifehackerhansol)