https://github.com/pxsty0/pxserv.arduino
PxServ Library for Arduino / ESP32
https://github.com/pxsty0/pxserv.arduino
Last synced: over 1 year ago
JSON representation
PxServ Library for Arduino / ESP32
- Host: GitHub
- URL: https://github.com/pxsty0/pxserv.arduino
- Owner: pxsty0
- License: mit
- Created: 2024-11-06T09:36:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-05T21:07:29.000Z (over 1 year ago)
- Last Synced: 2025-04-05T22:18:45.473Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 17.6 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PxServ
`PxServ` is an Arduino library that allows you to save and manage your data in the PxServ database in a simple and effective way. It is also compatible with ESP32 and ESP8266.
`PxServ`, verilerinizi basit ve etkili bir şekilde PxServ veritabanına kaydetmenizi ve yönetmenizi sağlayan bir Arduino kütüphanesidir. Ayrıca ESP32 ve ESP8266 ile uyumludur.
## Installation / Kurulum
You can add the library to your project using the Arduino Library Manager or manually:
Kütüphaneyi Arduino Library Manager veya manuel olarak projenize ekleyebilirsiniz:
### Using Arduino Library Manager / Arduino Library Manager Kullanarak
**English:**
1. Open the Arduino IDE.
2. Go to `Sketch` > `Include Library` > `Manage Libraries...`.
3. Search for `PxServ`.
4. Click `Install`.
**Türkçe:**
1. Arduino IDE'yi açın.
2. `Sketch` > `Include Library` > `Manage Libraries...` menüsüne gidin.
3. `PxServ` araması yapın.
4. `Install` butonuna tıklayın.
### Manual Installation / Manuel Kurulum
**English:**
1. Download the latest release from the [PxServ releases page](https://github.com/pxserv/pxserv.arduino/releases).
2. Extract the downloaded ZIP file.
3. Move the extracted folder to your Arduino libraries directory (usually located in `Documents/Arduino/libraries`).
**Türkçe:**
1. [PxServ releases sayfasından](https://github.com/pxserv/pxserv.arduino/releases) en son sürümü indirin.
2. İndirilen ZIP dosyasını çıkarın.
3. Çıkarılan klasörü Arduino kütüphaneleri dizinine taşıyın (genellikle `Documents/Arduino/libraries` konumunda bulunur).
## Usage / Kullanım
For detailed usage, please refer to the documentation:
Daha detaylı kullanım için lütfen dokümantasyona bakınız:
- [English Documentation](https://docs.pxserv.net/en/arduino-library)
- [Türkçe Dokümantasyon](https://docs.pxserv.net/tr/arduino-kutuphanesi)
## Contributing / Katkıda Bulunma
If you would like to contribute, you can fork the project and develop on your own branch. We would be happy to review your changes!
Katkıda bulunmak isterseniz, projeyi forklayarak kendi branch'inizde geliştirme yapabilirsiniz. Değişikliklerinizi incelemekten memnuniyet duyarız!
## License / Lisans
[](https://opensource.org/licenses/MIT)