Making own library

Hi ,
i like to make a new library foe esp32 BLE .
Is there any link to guide me through so could make on my own

you create a folder in the libraries folder and put the source files there in correct folder structure.

Here is a tutorial that goes through the process of writing the code for a simple library:

https://docs.arduino.cc/learn/contributions/arduino-creating-library-guide/

I found it useful when I was getting started with writing Arduino libraries.

I wrote this some time ago, most of it still relevant.
Writing Arduino Libraries – Arduino++ (wordpress.com)

good hints are provided by Sparkfun "How to write a Great Arduino Library":

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.