This commit is contained in:
2025-09-23 11:46:30 +02:00
parent d3a2e809aa
commit f42df8e277

View File

@@ -1,8 +1,14 @@
# libPiGPIO
libPiGPIO: Eine C++ Softwarebibliothek für den Pi4 zur Einbindung elektronischer Steuerelemente
libPiGPIO: Eine C++ Bibliothek für den Pi4 zur Einbindung elektronischer Steuerelemente
## Getting started
## build
```
git clone https://gitea.sourceworx.org/chris/libpigpio.git
git branch -M main
git push -uf origin main
```
To make it easy for you to get started with GitLab, here's a list of recommended next steps.
@@ -13,12 +19,7 @@ Already a pro? Just edit this README.md and make it your own. Want to make it ea
- [ ] [Create](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#create-a-file) or [upload](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#upload-a-file) files
- [ ] [Add files using the command line](https://docs.gitlab.com/ee/gitlab-basics/add-file.html#add-a-file-using-the-command-line) or push an existing Git repository with the following command:
```
cd existing_repo
git remote add origin http://sourceworx.org:9099/opensource/libpigpio.git
git branch -M main
git push -uf origin main
```
## Integrate with your tools